20 lines
193 B
Markdown
20 lines
193 B
Markdown
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
|
|
```
|