To get started with this template, simply paste this command into your terminal:
bun create elysia ./elysia-exampleTo start the development server run:
bun run devOpen http://localhost:3000/ with your browser to see the result.
To make a migration run the next code:
bun run generate
bun -r esbuild-register src/db/migrate.ts