To get started with this template, simply paste this command into your terminal:
bun create elysia ./elysia-exampleTo start the localhost server run:
bun run localhostTo start the development server run:
bun run developmentTo start the production server run:
bun run productionOpen http://localhost:42001/ with your browser to see the result.