An open API service indexing awesome lists of open source software.

https://github.com/js2me/react-tic-tac-toe

TIC-TAC-TOE game on the ReactJS
https://github.com/js2me/react-tic-tac-toe

Last synced: about 1 year ago
JSON representation

TIC-TAC-TOE game on the ReactJS

Awesome Lists containing this project

README

          

# TIC-TAC-TOE on ReactJS
## How to run the project ?
### 1. Creating copy of repository
```
git clone https://github.com/truefunrun/react-tic-tac-toe.git
cd react-tic-tac-toe
```
### 2. Downloading components and run project
Open command line in the project and run commands:
```
npm install
npm start
```