To launch an application, execute npm i, run node server.js and go to http://localhost:8000.
Application has gulp watch task set up to recompile JavaScript and LESS to build/app.js and build/app.css respectively.
Pre-commit hook is initially injected so that e2e tests are executed.