- Clone the repository
- Run "npm install" ( to get all modules)
- Run "webpack"
- Run "node server"
- Server is running at 127.0.0.1:3000
- Open 2 consoles
- Run "npm install" ( if u didnt already )
- Run "webpack --watch" ( to automaticly build the build.js after safes)
- Run "node server" ( runs on port 3000)
- If compass installed ( needed to compile scss files)
- Run "compass watch"
Do not edit css files, they get overwriten when compass compiles.