Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/luzefiru/ts-monorepo-poc

A proof of concept repo to setup a monorepo shared folder with Next.js & Bun.
https://github.com/luzefiru/ts-monorepo-poc

Last synced: 4 days ago
JSON representation

A proof of concept repo to setup a monorepo shared folder with Next.js & Bun.

Awesome Lists containing this project

README

        

# ts-monorepo-poc

A proof of concept to setup a monorepo with multiple TypeScript projects.

```bash
git clone [email protected]:Luzefiru/ts-monorepo-poc.git
cd ts-monorepo-poc
npm i
npm run client:dev
```