- Install NodeJS
- Open console
- Go to project's root folder
- Run
npm install
- Run
node server.js
- Open your browser and type http://localhost:8333
- Open another console
- Install global packages
npm install -g grunt-cli less
- Run
grunt
, to compile css and recompile it on every file change