An open API service indexing awesome lists of open source software.

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

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