This repository contains code for an online game of match three in which socketIO handles realtime updates to both users. The page is inspired on the chat app project in the 'The Complete Node.js Developer Course'.
This application was deployed to Heroku and can be visited here: https://stark-sands-81632.herokuapp.com/
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
Make sure you have the following installed before setting up this project
nodeJS
Git
Install dependencies using the following command
$ npm install
To see if all dependencies are met, run the following test to execute the unit tests
$ npm test
If all tests passed, you can run the webserver using the following command
$ npm start
The page should now be visible on localhost:3000 in your browser.