Skip to content

JeHwanYoo/bun-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bun-playground

Description

Develop, test, run, and bundle JavaScript & TypeScript projects—all with Bun. Bun is an all-in-one JavaScript runtime & toolkit designed for speed, complete with a bundler, test runner, and Node.js-compatible package manager.

Commands

To install dependencies:

bun install

To run:

bun start

This project was created using bun init in bun v1.1.8. Bun is a fast all-in-one JavaScript runtime.

To Lint:

bun lint

To Fix code:

bun lint --fix

Branches

Various examples have been prepared based on the Main branch.

About

bun 기능을 학습합니다.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published