A small template project built on NodeJS with consolidate and the mustache html-view-engine. JQuery, Bootstrap, Bootstrapvalidator and animate.css.
- First of all you need nodeJS - http://nodejs.org/
- Download this template project and extract it in an appropriate place
- Open a console and step inside the project-root. Install project dependencies with $npm install
- Run the project with $node app.js
- Open a browser and go to localhost:3000
You may want to debug the backend. A very very nice tool is node-inspector.
$ npm install -g node-inspector$ node-debug app.jsRead more - https://github.com/node-inspector/node-inspector
If you get an error that says something like this: "ENOENT, stat 'C:\Users\myuser\AppData\Roaming\npm'" when building the project.
Create a folder named 'npm' in the roaming directory.