Live example: https://josex2r.github.io/60fps-workshop/
Make sure you accomplish the previous requirements and then clone this repo:
$ git clone https://github.com/josex2r/60fps-workshop.git
Change to the repo path and install the node packages with npm
or yarn
:
$ npm install
Run:
$ npm run server
Then naviage to localhost:9000 to access to the generated website.
$ npm build