- A view framework I built to learn about javascript
- Version 0.01
- less ( uses the broccoli module )
- broccoli
- routie ( temporary routing solution )
- Download broccoli: npm install --global broccoli-cli
- Add broccoli modules:
- npm install --save-dev broccoli-concat
- npm install --save-dev broccoli-less-single
- npm install --save-dev broccoli-static-compiler
- npm install --save-dev broccoli-broccoli-merge-trees
- Download and add routie.min.js to the libraries folder.
- Build and start the server: broccoli serve
- Profit