ReactTicTacToe

MIT License

Stars
0

React Tic Tac Toe

Tic Tac Toe game using React JS library

Demo

https://andreamalvetta.github.io/ReactTicTacToe

Prerequisites

Getting started

  • Clone this repo
  • Run npm install or yarn install

Development

  • To start the dev server use npm run start or yarn start
  • Your project will be running at http://localhost:3000/

Production

  • To make a production build use npm run build or yarn build

Contributions

Feel free to contribute to this project

License

This project is released under the MIT License