/tic-tac-toe

Tic Tac Toe - React Basics

Primary LanguageJavaScript

Tic Tac Toe

Build Status


Prerequisite

Setup

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/.

Contributing

For contribution and feature requests, please create an issue first.