# Tic tac toe websockets Two players tic-tac-joe implemented with an HTML canvas and websockets ![Screenshot](screenshot.png) ## How to run ```shell $ npm run build:watch // serve static files (localhost:8000) $ npm run serve // run server $ npm run start:watch ``` Go to [](http://localhost:8000)