Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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

```