The code for the tutorial at ryannjohnson.github.io.
Run the following in your terminal:
$ npm install
$ npm run build
$ npm run server
You can then navigate to http://127.0.0.1:8080/ or whatever addresses your terminal displays.
The package.json
file contains some scripts for watching changes to files. To automatically compile changes to the Javascript files, open up a new terminal and run:
$ npm run watch-js