A fully functional game of Tic Tac Toe that uses Redux for game state management without relying on any UI Framework/Library (React, Angular, etc).
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need Node JS and NPM installed on your machine to run this app locally.
Make sure the project's NPM package dependencies are installed:
$ npm install
Start up the dev server with the following command:
$ npm run dev
You should see the app running locally on port 8080
You can run the project's unit tests like this:
$ npm run test
If everything runs smoothly, you should see a happy kitty.