To run the project you must have npm installed with Node.js

Please install http-server via npm.

npm install -g http-server

To run the server type the following into the terminal:

http-server

Next, open a web browser with one of the IPs shown on the terminal.

e.g. Starting up http-server, serving ./ Available on: http://192.168.1.6:8080 http://127.0.0.1:8080