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

https://github.com/dimpu/github-aa52j8

Created with StackBlitz ⚡️
https://github.com/dimpu/github-aa52j8

Last synced: 6 months ago
JSON representation

Created with StackBlitz ⚡️

Awesome Lists containing this project

README

          

# A minimal working tRPC example

Requires node 18 (for global fetch).

## Playing around

```
npm i
npm run dev
```

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

## Building

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