Skip to content

First Bun App for demo purposes, using bun init command

Notifications You must be signed in to change notification settings

miralkumbhani/bun-demo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bunjs-demo

Install bun

First run the following command to check bun is installed or not

bun -v

If you don't have bun installed then run the following command to install bun

curl https://bun.sh/install | bash

Also, please run the following command before bun init

source [path_to_bash_profile]/.bash_profile

To install dependencies:

bun install

To run:

bun run index.ts

This project was created using bun init in bun v[5:0]u8@10ba9ac3e. Bun is a fast all-in-one JavaScript runtime.

About

First Bun App for demo purposes, using bun init command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published