Skip to content

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 project templates to accelerate your development process with the efficiency and power of modern tools.

Templates

REST API

🔌 Port 3000

💎 templates/rest-api

  • Hono as web framework
  • Zod for data validation
  • Clerk for user auth
  • Sentry for error monitoring

Packages

TypeScript Configuration

📦 packages/typescript-config

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 template 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