Modified react tutorial (Tic Tac Toe game) from https://react.dev/learn/tutorial-tic-tac-toe
- Bootstrapped with Vite instead of CRA (react-scripts)
git clone https://github.com/hofiorg/react_tutorial.git
cd react_tutorial
npm installnpm startnpm testnpm run build| Name | Link |
|---|---|
| React | https://reactjs.org/ |
| React Tutorial | https://react.dev/learn/tutorial-tic-tac-toe |
| Vite | https://vite.dev/ |