24 lines
139 B
Markdown
24 lines
139 B
Markdown
# React benchmark
|
|
|
|
## Tasks
|
|
|
|
### install
|
|
|
|
```
|
|
npm i
|
|
```
|
|
|
|
### build
|
|
|
|
```sh
|
|
npm run build
|
|
```
|
|
|
|
### run
|
|
|
|
requires: build
|
|
|
|
```sh
|
|
npm start
|
|
```
|