Tic Tac Toe, part 5

Tic Tac Toe game, powered by Svelte and C++ Boost.Beast. Build for this tutorial.

Get started

Clone the project:

git clone https://github.com/nomhoi/tic-tac-toe-part5.git

Run containers:

cd tic-tac-toe-part5
docker-compose up -d

Build the frontend:

cd front
npm install
npm run-script build

Navigate to http://localhost.