Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 360 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 360 Bytes
  1. Setup the project: a. Install node.js (https://nodejs.org/en/download/) b. Open a terminal window in the root folder and run "npm install"

  2. To start the game run "npm start" and then open the mounted url in your browser (eg http://localhost:8081/).

  3. To run the unit tests run "npm test".

  4. To generate a build run "npm run-script build".