- Run
npm install
from a command prompt
- Run
gulp dev
to start the app with a live reload server
- Run
gulp
to build all the assets - Run
npm run start
to start the server and navigate tohttp://localhost/3000
I used NodeJS to log as it's a more familiar technology to me. The log is appended to at root/log/log.csv
.