1
0
Fork 0

React init (via bun)

This commit is contained in:
Techognito 2025-07-26 21:58:52 +02:00
parent 641544f964
commit f3338f2a3d
14 changed files with 472 additions and 1 deletions

View file

@ -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.