TicTacToe game
DEMO on https://tic-tac-toe-s70.herokuapp.com/
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