npm install
You can run the following command to start the server:
node ./node_modules/live-server/live-server.js . --open=app
This should open your browser to http://localhost:8080/app/
You can install also live-server globally to make life easier and for use with other applications:
npm install -g live-server
If you would like to use gulp tools, let's change branch by
git checkout gulp-automation