Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 511 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 511 Bytes

gRPC API App

Description

A basic address book app built using a gRPC API backend and a Svelte frontend.

Prerequisites

  • Node v18 or above

Running the demo

  1. Install dependencies and build the apiTypes project.
npm install
npm run build:apiTypes
  1. In a new window, run the API server.
npm run dev:api
  1. In a new window, run the client web server.
npm run dev:client
  1. Visit the address book front end app
http://localhost:5173