This project is a coding exercise to prove skills on coding.
It uses the following tools: Node, Gulp, Livereload, Handlebars, Scss and Coffescript.
npm install
gulp dev
- Http server launched on port 8001 returning appConfig.
- Sass, Handlebars and Coffe compilers and their watchers.
- Public files copied on start-up.
- It will open the file
build/index.html
with the default browser on localhost:8000