initial commit

This commit is contained in:
2022-01-22 12:41:16 +01:00
commit 5c6360c88a
19 changed files with 13756 additions and 0 deletions

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# 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
```