Sveltekit and Connect RPC monorepo starter.
Clone the repo
git clone https://github.com/maybemaby/sk-connect.git
Find and replace: "github.com/maybemaby/sk-connect" with your preferred go module name.
Generate code from protobuf
make generate
Start dev servers
make dev
# In separate terminal:
cd app && pnpm dev