https://github.com/dynamic-calm/type-safe-api-react-go
Type-Safe APIs with React and Go
https://github.com/dynamic-calm/type-safe-api-react-go
go grpc grpcweb protobuf react typescript
Last synced: about 2 months ago
JSON representation
Type-Safe APIs with React and Go
- Host: GitHub
- URL: https://github.com/dynamic-calm/type-safe-api-react-go
- Owner: dynamic-calm
- Created: 2025-09-05T10:43:48.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-20T10:28:48.000Z (9 months ago)
- Last Synced: 2025-09-20T12:27:35.404Z (9 months ago)
- Topics: go, grpc, grpcweb, protobuf, react, typescript
- Language: TypeScript
- Homepage: https://www.mateo.id/blog/grpc-go-react
- Size: 81.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
This repository contains the code for the blog post:
https://www.mateo.id/blog/grpc-go-react
Requirements:
- Node.js
- Go
- protoc compiler
Quick start:
1. Start backend: cd backend && go run main.go
2. Start frontend: cd frontend && npm i && npm run dev