Generated with ng-poly version 0.8.5
- Install Node.js
- This will also install npm.
- Run
npm install -g bower gulp yo [email protected]
- This enables Bower, Gulp, and Yeoman generators to be used from command line.
- Run
npm install
to install this project's dependencies - Run
bower install
to install client-side dependencies - Use generator-ng-poly to create additional components
- Run
gulp build
to compile assets - Run
gulp dev
to run the build task and setup the development environment - Run
gulp unitTest
to run unit tests via Karma and to create code coverage reports - Run
gulp webdriverUpdate
to download Selenium server standalone and Chrome driver for e2e testing - Run
gulp e2eTest
to run e2e tests via Protractor - A localhost must be running -
gulp dev
- Setup start cordova platform
- In cordova project directory run
cordova platform add android ios
- Run
rm -r path/to/cordova-project/www/
- Copy all the files in
build/app
topath/to/cordova-project/www