Clone the repository, install the dependencies and get started right away.
$ git clone git@github.com:cham11ng/tic-tac-toe.git <application-name>
$ cd <application-name>
$ yarn
Finally, start the application.
$ yarn start
It will auto-navigate react application to http://localhost:8000/.
For contribution and feature requests, please create an issue first.