using brunch for skeleton/environment.
npm needs to be installed. If using *NIX machines you can use Homebrew:
brew install npm
mongodb could be installed with brew:
brew install mongodb
clone/download the repo and cd into the folder
npm install -g brunch
mongod --path data/db --rest
node server.js
brunch watch --server
This is a simple coffee skeleton for Brunch which utilizes MarionetteJS.
Main languages are CoffeeScript, Stylus and Handlebars.
Versions of software the skeleton uses:
- Twitter Bootstrap 3.2.0
- MarionetteJS 1.8.8
We assume no rights or liablities for the code contained. All libraries are owned and licensed by the ownsers. Use at your own risk.
Distributed under MIT license.