https://github.com/geekieujjwal/tic-tac-toe
Tic Tac Toe | Scrimba
https://github.com/geekieujjwal/tic-tac-toe
Last synced: 3 months ago
JSON representation
Tic Tac Toe | Scrimba
- Host: GitHub
- URL: https://github.com/geekieujjwal/tic-tac-toe
- Owner: geekieujjwal
- Created: 2023-11-03T11:46:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T11:52:44.000Z (over 1 year ago)
- Last Synced: 2025-02-07T15:11:50.983Z (5 months ago)
- Language: JavaScript
- Size: 199 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tic Tac Toe
Quick start:
```
$ yarn # npm install
$ yarn build # npm run build
```## Development
Run Webpack in watch-mode to continually compile the JavaScript as you work:
```
$ yarn watch # npm run watch
```Happy Coding!