2019-06-26 20:45:22 +02:00
|
|
|
# diretto
|
|
|
|
|
2019-07-16 14:31:52 +02:00
|
|
|
## Getting started
|
2019-06-26 20:45:22 +02:00
|
|
|
|
2019-07-16 14:31:52 +02:00
|
|
|
### Get dependencies
|
2019-06-26 20:45:22 +02:00
|
|
|
|
2019-07-16 14:31:52 +02:00
|
|
|
```sh
|
|
|
|
yarn
|
2019-06-26 20:45:22 +02:00
|
|
|
```
|
|
|
|
|
2019-07-16 14:31:52 +02:00
|
|
|
### Compile and run dev server
|
2019-06-26 20:45:22 +02:00
|
|
|
|
2019-07-16 14:31:52 +02:00
|
|
|
```sh
|
|
|
|
yarn serve
|
2019-06-26 20:45:22 +02:00
|
|
|
```
|
|
|
|
|
2019-07-16 14:31:52 +02:00
|
|
|
### Compile and build for production
|
|
|
|
|
|
|
|
```sh
|
|
|
|
yarn build
|
|
|
|
```
|