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.
curl --location 'localhost:3000/' \
--header 'Content-Type: application/json' \
--data '"a string"'