- you might need to install node.js from https://nodejs.org/en/ you may need to restart for the changes to take affect
- open the command line and navigate to the ci328_networked-game/server folder
- type
npm install - then type
node server.jsto launch the webserver
To run the client:
- open the command line and type
npm install -g http-server - navigate to the ci328_networked-game/client folder and type
http-serverThe client website will then be available from localhost:8080

