- Install bower plugins :
bower install
- Install npm dependencies :
[sudo] npm install
- Compile SASS and move files:
gulp
- Restore Plugins with the command
ionic state restore
- Add platforms:
ionic platform add ios|android
- Build project:
ionic build [ios|android]
- IOS/Android setup: change variable isIos AppConfig.js depending on platform
- Copy www folder to project, without building:
ionic prepare [ios|android]
To run the app in the browser : ionic serve
Here you can access the user manual.