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
- Host: GitHub
- URL: https://github.com/fajarbc/typescript-monorepo
- Owner: fajarbc
- License: mit
- Created: 2022-07-25T15:44:59.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T17:54:30.000Z (almost 4 years ago)
- Last Synced: 2025-03-10T17:29:49.928Z (over 1 year ago)
- Topics: chat-application, expressjs, javascript, monorepo, react, reactjs, trpc, typescript, websocket, websocket-client, websocket-server
- Language: TypeScript
- Homepage:
- Size: 117 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```