learnlytics-go/templ/benchmarks/react/README.md
2025-03-20 12:35:13 +01:00

24 lines
139 B
Markdown

# React benchmark
## Tasks
### install
```
npm i
```
### build
```sh
npm run build
```
### run
requires: build
```sh
npm start
```