Skip to content

anandgeorge/bun-jsx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bun-jsx

A simple example that uses Bun and JSX with Bun's native HTTP server

mkdir simple-bun-jsx; cd $_ 
bun init -y
bun add react react-dom
bun add @types/react-dom -d

To install dependencies:

bun install

To run:

bun run index.jsx

The server will run on http://localhost:3000.

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

About

A simple example that uses Bun and JSX with Bun's native HTTP server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published