Skip to content

codiplace/bun-monorepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bun monorepo

This a demo of a monorepo using bun workspace.

What's inside?

This monorepo includes the following packages/apps:

Apps and Packages

  • backend: Elysia.js app
  • web: Next.js app
  • mobile: React Native Expo + expo-router
  • backend-api: a shared end-to-end type safety package.

Utilities

This monorepo has some additional tools already setup for you:

Getting Started

To install and start developing all apps, run the following command:

bun install
bun dev

Others scripts

# type check all packages
bun typecheck

# format all packages
bun format

# lint all packages
bun lint