Skip to content

unamedkr/mobile.seed

Repository files navigation

Mobile Web Seed Project

An Mobile web seed project

  • grunt-angular-phonegap
  • bootstrap & font-awesome
  • html5 compatibility libraries
  • ui-router
  • angular-touch
  • ngCordova
  • phonegap base project

Getting started

  1. 관련 Library 설치

     npm install -g phonegap cordova generator-angular
    
  2. Clone this project

     git clone https://github.com/unamedkr/mobile.seed.git && cd mobile.seed/ 
    
  3. Install npm modules

     npm install
    
  4. Install bower dependencies

     bower install
    
  5. Add a mobile platform

     cordova platform add android
    
  6. Build the project

     grunt phonegap:build
    
  7. Start an emulator

     grunt phonegap:emulate
    
  8. Run on Device

     cordova run android
    

References

About

mobile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors