Sandbox tooling made with express, sass, grunt and love.
You'll need to have the following items installed before continuing.
- Node.js: Use the installer provided on the NodeJS website.
- Grunt: Run
[sudo] npm install -g grunt-cli
git clone git@github.com:gemaderus/brosmar.git
npm installWhile you're working on your project, run:
grunt server
And you're set!
assets/: Assets files like svgs or png for sprites.public/: Public assets, linked from views. Includes stylesheets and javascripts folders.sass/: Sass assets.views/: Html views flawored as nunjucks files. Include partials folder.routes/: Add your routes here.index.js: Express file.