React init (via bun)
This commit is contained in:
parent
641544f964
commit
f3338f2a3d
14 changed files with 472 additions and 1 deletions
21
README.md
21
README.md
|
|
@ -1,2 +1,21 @@
|
|||
# react-playground
|
||||
# bun-react-template
|
||||
|
||||
To install dependencies:
|
||||
|
||||
```bash
|
||||
bun install
|
||||
```
|
||||
|
||||
To start a development server:
|
||||
|
||||
```bash
|
||||
bun dev
|
||||
```
|
||||
|
||||
To run for production:
|
||||
|
||||
```bash
|
||||
bun start
|
||||
```
|
||||
|
||||
This project was created using `bun init` in bun v1.2.19. [Bun](https://bun.com) is a fast all-in-one JavaScript runtime.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue