10 lines
242 B
Markdown
10 lines
242 B
Markdown
# TicTacToe
|
|
|
|
A small tic-tac-toe game build with ReactJS
|
|
|
|
## Installation
|
|
|
|
- Install Node.js
|
|
- Install the dependencies with `npm install`
|
|
- Run `npm start` to start a local server and follow the prompts to view the code running in a browser
|