- Install Node.js
cdinto the project directory- Run
npm install -g grunt-clito install grunt globally - Run
npm installto install all development dependencies
- To check all JavaScript files via JSHint, run
grunt - To run a webserver on port 8000 with the project, just run
grunt server
- Add your dependency to
bower.json - Run
grunt vendor - Commit the new
bower.jsonand vendor CSS and JS files.