This is a brief NodeJS/Grunt starter project, or a simple bootstrap, for web developers who just want to start simple from scratch with a css styleguide. No fluff, just start coding right away on HTML5/CSS and Javascript as soon as you clone the project!
- Install node w. npm
- Install grunt with
npm install -g grunt-cli
- Install dependencies with
npm install
- Run
grunt
to start server and browse to index
To get started look at styleguide/index.html
.
This project is set up to use Gruntfile is set up to the watch task and styleguide task. Javascript files are monitored by default and are running through JSHint.
More features on styledocco
This project, except for third-party tools and libraries used, is licensed under a Creative Commons Attribution 4.0 International license.