Skip to content

supershaneski/bun-react-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bun-react-template

This is a React JavaScript template for Bun.

Folder Structure

bun-react-js/
├── .gitignore              
├── package.json            
├── README.md               
├── src/
│   ├── server/             # Bun BFF server
│   │   └── index.js        
│   ├── app/                # React app
│   │   ├── App.jsx
│   │   └── frontend.jsx  
│   ├── assets/             
│   └── public/             
│       └── index.html      
└── node_modules/           

Setup

To create a new project using this template:

bun create supershaneski/bun-react-js <project_name>
bun create github.com/supershaneski/bun-react-js <project_name>

cd <project_name>

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

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

About

Bun + React + Javascript template

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published