Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/foxfirecodes/monorepo-todo


https://github.com/foxfirecodes/monorepo-todo

Last synced: 5 days ago
JSON representation

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
```