A Node.js game server implementation for the Tic-Tac-Toe game.
Overview and description for the whole project is available here
- Install correct Node version in the root of the project
nvm install
- Install project dependencies
npm install
- Run in development mode
npm run dev
- Install the frontend