Skip to content

Latest commit

 

History

History
21 lines (19 loc) · 530 Bytes

README.md

File metadata and controls

21 lines (19 loc) · 530 Bytes

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.