Ionic Commands Cheat Sheet
Ionic Commands Cheat Sheet
Installing Ionic
- Basic:
ionic start MyApp blank
- From codepen.io:
ionic start MyApp http://codepen.io/ionic/pen/AjgEB
Setting up SASS
cd MyApp
npm install -g gulp (if not already installed)
ionic setup sass