-
Notifications
You must be signed in to change notification settings - Fork 0
Type-Safe APIs with React and Go
dynamic-calm/type-safe-api-react-go
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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 mod tidy && go run main.go 2. Start frontend: cd frontend && npm i && npm run dev
About
Type-Safe APIs with React and Go