rodrigosclosa / dojo-ionic

2 stars 0 forks source link

dojo-ionic

Install all modules and needed tools

npm install -g npm
npm install -g yo
npm install -g grunt
npm install -g grunt-cli
npm install -g bower
npm install
bower install

Distribute and build

gulp

Quick run

grunt serve

Add route

yo angular:route myroute

Add components bower

bower install bootstrap

Testing

grunt test