TicTacToe game
DEMO on https://tic-tac-toe-s70.herokuapp.com/
clone this repository:
git clone [email protected]:hunter-s70/TicTacToe.gitmake (you need node.js and npm installed ):
npm installgulp will make build automatically. If need make:
gulprun server. Use comand:
npm startOpen in your browser:
localhost:5000Or open web/index.html on your local server