Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 465 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 465 Bytes

grpc-petshop-rs client

Installation

Development

# start development
npm start

will automatically:

  • hotload website via vite
  • generate and watch/update gRPC resources

Usage

  • make sure server is started
  • browser http://localhost:3000
  • Login
    • email: user@email.com
    • password: password

Before commit

  • npm run pretty