Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/luzefiru/ts-monorepo-poc
- Owner: Luzefiru
- License: mit
- Created: 2024-11-04T11:05:00.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T12:20:56.000Z (2 months ago)
- Last Synced: 2024-11-04T13:23:42.394Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```