Skip to content

dynamic-calm/type-safe-api-react-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

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