Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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!