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

https://github.com/trpc/examples-minimal-react


https://github.com/trpc/examples-minimal-react

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# A minimal React tRPC example

Requires node 18 (for global fetch).

## Playing around

```bash
npm i
npm run dev
```

Try editing the ts files to see the type checking in action :)

## Building

```bash
npm run build
npm run start
```