https://github.com/siakhooi/reactjs-tutorial-tic-tac-toe
ReactJS Tutorial - Tic-Tac-Toe (reactjs, eslint, jest)
https://github.com/siakhooi/reactjs-tutorial-tic-tac-toe
eslint javascript jest reactjs tutorial
Last synced: about 1 year ago
JSON representation
ReactJS Tutorial - Tic-Tac-Toe (reactjs, eslint, jest)
- Host: GitHub
- URL: https://github.com/siakhooi/reactjs-tutorial-tic-tac-toe
- Owner: siakhooi
- Created: 2021-04-29T13:15:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-03-06T11:45:42.000Z (about 1 year ago)
- Last Synced: 2025-03-06T12:32:10.434Z (about 1 year ago)
- Topics: eslint, javascript, jest, reactjs, tutorial
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ReactJS Tutorial - Tic-Tac-Toe
## Status





[](https://coveralls.io/github/siakhooi/reactjs-tutorial-tic-tac-toe?branch=master)



[](https://www.buymeacoffee.com/siakhooi)
[](https://ko-fi.com/siakhooi)
## Locations
-
-
-
## setup
```bash
npx create-react-app reactjs-tutorial-tic-tac-toe
cd reactjs-tutorial-tic-tac-toe
cd src
rm -f * # del * (windows)
cd ..
```
### add gh-pages
```bash
npm install --save-dev gh-pages react-test-renderer
```