Current folder structure
css/- less or static css file for developementjs/- javascript modules for developmenthtml/- static page template for previewpublic/- public asset (for production)asset/css/js/img/font/
bower.json- css/js package config, usebower installto download to local dev repoGruntfile.js- grunt automation, usenpm installto download to local dev repoREADME.md- this file
These folders will be created during dev
node_modules/- local dev folder for grunt, never commit to gitbower_components/- local dev folder for front-end package, never commit to git
- install
npm,gruntandbowerglobally npm installbower installgruntorgrunt watch- start dev!