This commit is contained in:
2020-12-25 12:26:47 +03:00
commit 569e90b529
45 changed files with 18723 additions and 0 deletions

19
README.md Normal file
View File

@ -0,0 +1,19 @@
Install App dependencies:
```
npm i
```
---
Start App and open page in your browser:
```
npm start
```
---
Start App without open:
```
npm run dev
```
---
Build your App:
```
npm run build
```