Tic Tac Toe game, powered by Svelte and C++ Boost.Beast. Build for this tutorial.
Clone the project:
git clone https://github.com/nomhoi/tic-tac-toe-part5.gitRun containers:
cd tic-tac-toe-part5
docker-compose up -dBuild the frontend:
cd front
npm install
npm run-script buildNavigate to http://localhost.