Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kirang89/grunt-project-boilerplate
This is a boilerplate project with grunt setup
https://github.com/kirang89/grunt-project-boilerplate
Last synced: 7 days ago
JSON representation
This is a boilerplate project with grunt setup
- Host: GitHub
- URL: https://github.com/kirang89/grunt-project-boilerplate
- Owner: kirang89
- Created: 2013-10-31T17:05:28.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-10-31T17:06:21.000Z (about 11 years ago)
- Last Synced: 2024-04-16T18:23:08.858Z (7 months ago)
- Language: JavaScript
- Size: 97.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#grunt-project-boilerplate
This is a boilerplate project with grunt setup with plugins like uglify, cssmin and htmlhint.
##Dependencies
You need *node* and *grunt* installed to get this project working. Once node and npm are installed, you can install grunt by running:
npm install -g grunt-cli
Next we need to install the project dependencies. Since they're all tracked in ```package.json```, you can install all of them by simply running:
npm install
in your project's root directory.
##License
Feel free to fork and play around with it.