https://github.com/webbestmaster/tic-tac-toe
Tic Tac Toe the game
https://github.com/webbestmaster/tic-tac-toe
Last synced: about 1 year 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T15:56:04.000Z (almost 8 years ago)
- Last Synced: 2025-07-02T07:03:37.932Z (about 1 year ago)
- Language: JavaScript
- Size: 174 KB
- Stars: 0
- Watchers: 1
- 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] weinre
To run
> $ weinre --boundHost 172.21.1.215 --httpPort 8080
To bound ip
> --boundHost 172.21.1.215
To bound port
> --httpPort 8080
Add in your index.html
```HTML
```