A tic tac toe game made in React.
First cd
into the app folder and install all dependencies typying in the terminal:
npm install
then run the server
npm start
and visit localhost:3000
https://www.dsozzi.it/tic-tac-toe
To run some tests, enter:
npm run test