- Forked from meanjs
- Uses Gulp
- Nodemon and Browser Sync
- Less
- Bower
Installs node_modules and bower_components. Gulp install moves bower files to public/lib
.
npm install
gulp install
Runs application using nodemon and browser sync
gulp serve
Installs node_modules and bower_components. Gulp install moves bower files to public/lib
.
npm install
gulp install
Runs application using nodemon and browser sync
gulp serve