Files
react-base-bootstrap/README.md
2022-01-22 12:41:16 +01:00

22 lines
233 B
Markdown

# react-base-bootstrap
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Lints and fixes files
```
yarn lint
```