bootstrap-static-scaffold
A perfect starting point for static website development!
- Use
bower installto download components. - Use
npm installto install grunt tasks.
grunt init will copy jQuery and Bootstap files to /src.
grunt runs your HTML through usemin, cssmin, uglify, rev and htmlmin.
You will find your production-ready files in /dist. Perfect.
Run node server and visit http://localhost:8080 for review!