Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/calvinchengx/frontendworkflow
- Owner: calvinchengx
- License: mit
- Created: 2015-01-17T13:02:08.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-20T07:01:23.000Z (about 10 years ago)
- Last Synced: 2024-11-16T01:37:00.601Z (3 months ago)
- Language: JavaScript
- Size: 219 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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