/TicTacToe

TicTacToe game

Primary LanguageJavaScript

TicTacToe

TicTacToe game

DEMO on https://tic-tac-toe-s70.herokuapp.com/

How to use locally?

clone this repository:

git clone git@github.com:hunter-s70/TicTacToe.git

make (you need node.js and npm installed ):

npm install

gulp will make build automatically. If need make:

gulp

run server. Use comand:

npm start

Open in your browser:

localhost:5000

Or open web/index.html on your local server