crumbs
v0.0.5
Published
A packaged up, fully functional, vanilla website.
Downloads
14
Maintainers
Readme
crumbs
- C - Compass
- R - Require
- U - Underscore
- M - Marionette
- B - Backbone
- S - SASS
An easy way to get started with all the tools you need.
Getting started
You need to have:
- Node (http://nodejs.org/download/)
- Bower (https://www.npmjs.org/package/bower)
Run the following tasks in terminal within your working directory:
- npm install crumbs -g
- crumbs init (do this in the directory you want your site to be)
- npm install && bower install
- grunt dev
The go to http://localhost:9000 within a browser.