HTML5 mobile application skeleton with Brunch, Ionic Framework And [AngularJS] (https://angularjs.org)
- Install (if you don't have them):
- Run:
brunch watch --serverwatches the project with continuous rebuild. This will also launch HTTP server with pushState.brunch build --productionbuilds minified project for production
- Learn:
www/dir is fully auto-generated and served by HTTP server. Write your code inapp/dir.- static files in
app/assets/will be copied towww/. - Place styles in
app/stylesto be compiled towww/css/app.css - Place javascripts in
app/scriptsto be concatenated towww/js/app.js - Brunch site
- [Ionic Site] (http://ionicframework.com/)
- [AngularJs Site] (https://angularjs.org)