Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxfirecodes/monorepo-todo
https://github.com/foxfirecodes/monorepo-todo
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/foxfirecodes/monorepo-todo
- Owner: foxfirecodes
- Created: 2023-01-16T23:07:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-03T03:33:38.000Z (over 1 year ago)
- Last Synced: 2024-12-25T05:21:10.856Z (12 days ago)
- Language: TypeScript
- Size: 59.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# monorepo-todo
> An example monorepo using Vite, React, tRPC and Typescript to create a multi-app monorepo
## setup
```bash
# make sure you have turbo
pnpm add -g turbo# clone the repo
git clone [email protected]:rayzr522/monorepo-todo.git
cd monorepo-todo# install dependencies
pnpm install# run the dev server
turbo dev
```