Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.