Skip to content

bntti/timanttipeli

Repository files navigation

Timanttipeli

An online game made using React and NodeJS.

Running in dev mode

cd frontend
yarn dev

In another terminal

cd backend
yarn dev

Testing in docker

docker compose up --build