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: 3 months ago
JSON representation

Tic Tac Toe | Scrimba

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!