This project is generated with yo angular generator version 0.11.1.
- npm install
- bower install
- grunt build
- ionic platform add android
- grunt serve
Unit tests with Karma
- grunt test-unit
End-to-end tests with Protractor
- grunt test-e2e
Both unit and end-to-end tests
- grunt test
The Protractor tests require you to run the Selenium server on your local machine. Install the Java Development Kit (JDK) if you don't have it on your system.
Set up your deployment target (eg. gh-pages) in Gruntfile.js, the buildcontrol task
- grunt deploy
- grunt build-android