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

https://github.com/fajarbc/typescript-monorepo

Learn Monorepo using Typescript with Express & React simple app
https://github.com/fajarbc/typescript-monorepo

chat-application expressjs javascript monorepo react reactjs trpc typescript websocket websocket-client websocket-server

Last synced: 2 months ago
JSON representation

Learn Monorepo using Typescript with Express & React simple app

Awesome Lists containing this project

README

          

# Typescript Monorepo: Implement tRPC
Learn Typescript & Monorepo by implementing simple chat app tRPC with basic auto fetch/pool using `invalidateQueries` (in branch `basic-chat-app`), then in branch `main` with tRPC Subscription (`Websocket`).

# Setup
1. Clone this repo
```bash
git clone https://github.com/fajarbc/typescript-monorepo
cd typescript-monorepo/
```
1. Install dependencies
```bash
yarn
```

# Run
```bash
yarn start
```