Skip to content

kirang89/grunt-project-boilerplate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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.

About

This is a boilerplate project with grunt setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published