init
This commit is contained in:
parent
54dfc1d822
commit
67dce9ddc0
9 changed files with 457 additions and 1 deletions
21
README.md
21
README.md
|
@ -1,2 +1,21 @@
|
|||
# aiot
|
||||
# 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.9. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue