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
- Host: GitHub
- URL: https://github.com/js2me/react-tic-tac-toe
- Owner: js2me
- Created: 2017-01-26T10:45:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-29T21:27:21.000Z (over 9 years ago)
- Last Synced: 2024-10-05T20:41:40.397Z (over 1 year ago)
- Language: JavaScript
- Size: 130 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```