The TechReactJest (Testing framework)InstallationInstall NodeJS & npm here https://nodejs.org/en/download/Clone the repository with: git clone https://github.com/Tim-Kerr/Connect4.gitIn the root project folder execute npm install to install all of the project dependenciesRunning the GameIn the root project folder execute npm run start. The game will be started on localhost:3000/Running the TestsUnit tests for the win logic are written in JestIn the root project folder execute npm install -g jest (This is necessary due to jest conflicts formed with the the create-react-app)In the root project folder execute npm run test