| theme | league |
|---|---|
| transition | slide |
This is a React hack creating a working Tic Tac Toe game. It's mainly what can be found in the React tutorial here plus some subjective improvements.
- Get NodeJs. This app was written using v8.9.4.
npm installnpm start
I followed React's tutorial pretty much verbatim and recommend you do the same.
This project was bootstrapped with Create React App.
For information on how to perform common tasks in React, go here.