Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hamlim/template-monorepo
A quick and simple monorepo starter template (Bun, Next.js, Turbo)
https://github.com/hamlim/template-monorepo
bun monorepo nextjs template turbo turborepo
Last synced: 9 days ago
JSON representation
A quick and simple monorepo starter template (Bun, Next.js, Turbo)
- Host: GitHub
- URL: https://github.com/hamlim/template-monorepo
- Owner: hamlim
- Created: 2024-02-15T22:54:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-10-22T00:42:31.000Z (15 days ago)
- Last Synced: 2024-10-22T22:07:08.473Z (14 days ago)
- Topics: bun, monorepo, nextjs, template, turbo, turborepo
- Language: TypeScript
- Homepage: https://matthamlin.me/2024/february/library-docs-monorepo-template
- Size: 900 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Template monorepo
This is a template repo in GitHub for creating a fresh monorepo for managing code and documentation.
For more details on this setup, refer to my blog post here: https://matthamlin.me/2024/february/library-docs-monorepo-template
## Getting Started:
You can get started using this template in 2 ways:
1. via `degit`:
```sh
bunx --bun degit hamlim/template-monorepo
```2. via GitHub:
- Use this template (see `Use this Template` button near the top right corner of the page)
- Clone the newly created repoOnce you have a repo setup - you can then install dependencies via `bun install` (if you don't have bun installed locally, refer to their [docs](https://bun.sh)).
---
Check out the [Guidebook](./GUIDEBOOK.md) for more details on how to use this repo setup!