Server running on Heroku
- NodeJS >=5
- NPM >=3
clone this repository on your local machine. Then install all the npm dependencies with:
$ npm install
// Or using Yarn with:
$ yarn install
-
Open your terminal and
cd
to the root folder for this repository -
Run
$ npm start
to spin up the app
-
You should see a message telling you on which port is the server listening (by default this is 8009)
-
Open a browser and navigate to this URL: http://localhost:8009
-
You should see your browser rendering the client page
MIT © Andrea Sonny