Skip to content
/ blueprint Public template

Monorepo blueprint to start projects with Bun, Turborepo, Biome and TypeScript

License

Notifications You must be signed in to change notification settings

kporten/blueprint

Repository files navigation

logo

Blueprint

license tag last-commit

This monorepo blueprint allows you to kickstart your projects with Bun, Turborepo, Biome and TypeScript.

Take advantage of the pre-configured setup and app blueprints to accelerate your development process with the efficiency and power of modern tools.

Apps

@blueprint/with-elysia

This is an app blueprint for a REST API with Elysia.

🔌 Port 3000

💎 README

Getting Started

Important

Prerequisite is the global installation of Bun and Turborepo.

  1. Clone the blueprint: bunx degit kporten/blueprint my-project
  2. Follow the setup instructions in each app blueprint that you want to use.
  3. Install the dependencies: bun install
  4. Start the development servers: turbo dev

🎉 Now you can get up and running with your ideas!

Tasks

# check format and lint
turbo check

# start development servers
turbo dev

# format files
turbo format

# check types
turbo typecheck

Note

Configuration: turbo.json

About

Monorepo blueprint to start projects with Bun, Turborepo, Biome and TypeScript

Resources

License

Stars

Watchers

Forks