package
0.0.0-20241109195121-eda40a837055
Repository: https://github.com/makasim/gogame.git
Documentation: pkg.go.dev

# README

Go Game - React Client

This is a React cient for https://github.com/makasim/gogame.

You need to have Node.js LTS to build or run the UI.

It also uses pnpm. To install it globally run:

npm i -g pnpm

All the next commands should be executed from the ui folder.

To install deps run:

pnpm i

To build the UI for Go server run:

pnpm build

Run back and dev front servers:

pnpm dev
CORS_ENABLED=true go run main/main.go

Open the page at http://localhost:5173/, back is at http://localhost:8181