Version: 1.0.50
Elysia Playground is a Node.js application designed to provide a development environment using the Elysia framework with Bun runtime. It allows for easy route management and integration with various services.
You can install the project dependencies using either npm or bun. Run one of the following commands in your terminal:
bun installdev: Starts the development server. Usebun run dev.create-route: Creates a new route. Usebun create-route <route-name>.remove-route: Removes an existing route. Usebun remove-route <route-name>.
@elysiajs/cors@prisma/clientbcryptelysiafirebasejsonwebtokennodemaileruuid
To get started with this template, simply paste this command into your terminal:
bun installbun create-route examplebun remove-route exampleTo start the development server run:
bun run devOpen http://localhost:3000/ with your browser to see the result.
Open http://localhost:3000/swagger with your browser to see the swagger.