Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webbestmaster/tic-tac-toe
Tic Tac Toe the game
https://github.com/webbestmaster/tic-tac-toe
Last synced: 28 days ago
JSON representation
Tic Tac Toe the game
- Host: GitHub
- URL: https://github.com/webbestmaster/tic-tac-toe
- Owner: webbestmaster
- License: mit
- Created: 2018-09-08T08:39:20.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T15:56:04.000Z (over 6 years ago)
- Last Synced: 2024-11-14T22:34:36.277Z (3 months ago)
- Language: JavaScript
- Size: 174 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Installation:
### Install libpng-dev for pngquant (need for webpack):
> $ [sudo] apt-get install --no-install-recommends gcc make libpng-dev### Install other npm modules:
> $ npm i### Build app:
> $ npm run build### Other
### weinre - WEb INspector REmote.
Install
> $ [sudo] npm i [-g] weinreTo run
> $ weinre --boundHost 172.21.1.215 --httpPort 8080To bound ip
> --boundHost 172.21.1.215To bound port
> --httpPort 8080Add in your index.html
```HTML```