Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohsenfallahnjd/react-bun
The react starter with bun.sh
https://github.com/mohsenfallahnjd/react-bun
bun bunjs javascript js react reactjs
Last synced: 6 days ago
JSON representation
The react starter with bun.sh
- Host: GitHub
- URL: https://github.com/mohsenfallahnjd/react-bun
- Owner: mohsenfallahnjd
- Created: 2022-08-05T14:21:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T14:30:53.000Z (over 2 years ago)
- Last Synced: 2024-11-21T05:43:25.929Z (2 months ago)
- Topics: bun, bunjs, javascript, js, react, reactjs
- Language: TypeScript
- Homepage:
- Size: 93.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React with Bun runtime
This is a React project bootstrapped with [bun](https://bun.sh/).
This starter has `react-router`, `eslint` and `stylelint` rules ans support `tsx`.## Getting Started
#### Install `bun`
First run the following command to check bun is installed or not
```sh
bun -v
```If you don't have bun installed then run the following command to install bun
```sh
curl https://bun.sh/install | bash
```Cloning the repo, then run the development server.
```sh
bun installbun dev
```Open http://localhost:3000 with your browser to see the result.
You can start editing the page by modifying src/App.jsx. The page auto-updates as you edit the file.