Elysia.js is TypeScript with End-to-End Type Safety, type integrity, and exceptional developer experience. Supercharged by Bun.
To create a new project using this command
bun create elysia app
Once done, you should see the folder name app in your directory.
cd app
Start a development server by:
bun dev
Navigate to localhost:3000 should greet you with "Hello Elysia".
Top comments (0)