By: Dominic Balassone
Node.js - nodejs.org
Before anything else, navigate to the cloned directory and run:
npm install
To serve and view a working version of the game, navigate to the cloned directory and run:
npm start
Visit http://localhost:3000 in the browser of your choice to play.
Navigate to the cloned directory and run:
npm run start-dev
Visit http://localhost:3000 in the browser of your choice to see the most updated code running. This uses the nodemon program to compile scss on the fly as well as restart the server when files are updated so developers need not restart and compile Sass manually.