18 lines
280 B
Markdown
18 lines
280 B
Markdown
|
## Getting Started // Installing
|
||
|
|
||
|
Pull from repository.
|
||
|
|
||
|
Run this commands on project root directory to install Node dependencies.
|
||
|
```
|
||
|
$ npm install
|
||
|
```
|
||
|
|
||
|
Launch application in developer environment.
|
||
|
```
|
||
|
$ npm run start
|
||
|
```
|
||
|
|
||
|
For test.
|
||
|
```
|
||
|
DELETE expedition in vn.expeditionScan
|
||
|
```
|