Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geekieujjwal/tic-tac-toe
Tic Tac Toe | Scrimba
https://github.com/geekieujjwal/tic-tac-toe
Last synced: 12 days 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-03T11:52:44.000Z (about 1 year ago)
- Last Synced: 2023-11-03T12:35:52.234Z (about 1 year ago)
- Language: JavaScript
- Size: 0 Bytes
- 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!