This template aims to be a fairly minimal example of a project that uses Jade and Knockout.js in its front-end scheme. Programmers aiming to use these technologies together should be able to use this starter template as a learn-by-example opportunity.
- Node
- (Optional) Install nvm to manage your
node
versioning - Install
node
usingnvm
- Install dependencies:
npm install
- Start static file server & Jade/JS/Datasource watch:
npm run gulp
- Visit pages at
localhost:8000
. Livereload will automatically refresh the page after you save your Jade or Javascript. - Take a look at source code to see how to get Jade and Knockout.js working together with a structured JSON data directory as a starting point.