Skip to content

webmasterdevlin/elysiajs-demo

Repository files navigation

Elysia with Bun runtime

Getting Started

Install hyperfine for different OS

To get started with this template, simply paste this command into your terminal:

bun create elysia ./elysia-example

Development

To start the development server run:

bun run dev

Open http://localhost:3000/ with your browser to see the result.

Update to latest npm

npm i -g npm@latest

How to install bun globally

npm i -g bun@latest

How to install pnpm globally

npm i -g @pnpm/exe@latest

latest yarn inside a project

corepack enable
yarn config set initScope myScope
yarn set version 4.5.1-dev
yarn install

package manager benchmarking

hyperfine --prepare 'rm -rf node_modules' --warmup 1 --runs 1 'npm install' 'bun install' 'pnpm install' 'yarn install'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published