You must have Node.js and NPM installed.
- Do it the manual way Node Install
- Do it the brew way
$ brew install node
# Clone project
$ git clone [email protected]:MrAaronOlsen/MazeGenerator.git
# Navigate to new directory and install dependencies
$ cd MazeGenerator
$ npm install
To start server and open in browser simply run $ npm start
. If browser does not auto load you can find MazeGenerator on http://localhost:3000/