Home >Web Front-end >JS Tutorial >Quick look of Elysia.js, new gen of Backend!
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".
The above is the detailed content of Quick look of Elysia.js, new gen of Backend!. For more information, please follow other related articles on the PHP Chinese website!