Blueprint is a slightly opinionated front-end template for jump starting web projects. It can be utilized fully or in pieces; on it's own, or within a larger system (Wordpress, for example).
- Directory structure
- Grunt
- LESS compilation
- Coffeescript compilation
- Bootstrap 3.0
- Angular
- Karma testing suite
- Commonly used JS libraries (jQuery, etc.)
- Clone the repo
- Install node modules
npm install
- Run the default Grunt task
grunt
- Run the Karma test suite
grunt karma
- Do work
- ???
- Profit