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.
This is an app blueprint for a REST API with Elysia.
💎 README
- Clone the blueprint:
bunx degit kporten/blueprint my-project
- Follow the setup instructions in each app blueprint that you want to use.
- Install the dependencies:
bun install
- Start the development servers:
turbo dev
🎉 Now you can get up and running with your ideas!
# check format and lint
turbo check
# start development servers
turbo dev
# format files
turbo format
# check types
turbo typecheck
Note
Configuration: turbo.json