Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/calvinchengx/frontendworkflow

My frontend js site scaffolding
https://github.com/calvinchengx/frontendworkflow

Last synced: 26 days ago
JSON representation

My frontend js site scaffolding

Awesome Lists containing this project

README

        

- pre-existing static assets
- npm init
- touch Gruntfile.js
- npm install grunt-cli -g
- npm install grunt --save
- mkdir tasks
- npm install grunt-contrib-concat --save
- npm install grunt-contrib-watch --save
- npm install grunt-sass --save
- npm install grunt-contrib-copy --save
- npm install express --save-dev
- npm install compression --save-dev
- npm install errorhandler --save-dev
- npm install grunt-contrib-copy --save
- npm install grunt-contrib-uglify --save
- npm install grunt-browserify --save