A game built with Express and Phaser.js
- git clone
- cd noexit
- npm install
- npm start
- Navigate to http://localhost:3000/ in your browser
*NOTE: You must install Node.js to use npm: https://nodejs.org/
To confirm Node.js is installed:
node -v
To confirm npm is installed:
npm -v