31 lines
459 B
Markdown
31 lines
459 B
Markdown
# vinlattis
|
|
|
|
[](https://drone.kevinmidboe.com/KevinMidboe/vinlottis)
|
|
|
|
Prerequisits
|
|
|
|
```
|
|
mongodb
|
|
nodejs
|
|
npm
|
|
```
|
|
|
|
|
|
### Run dev
|
|
|
|
Since the backend and API runs separate from the Vue-on-save-compiler, when running the dev-server, the backend needs to be run separate
|
|
|
|
```
|
|
$ npm run dev
|
|
```
|
|
|
|
```
|
|
$ node server.js
|
|
```
|
|
|
|
### Run prod
|
|
|
|
```
|
|
$ npm run build && node server.js
|
|
```
|