Files
MovieFinder/README.md
2020-10-05 00:18:15 +02:00

14 lines
206 B
Markdown

# movie-finder
## Build Docker Image and Run it (with Docker Compose)
```bash
$ docker-compose up --build
```
## Run on Node.js engine on your local machine
```bash
$ cd nuxt/
$ npm i && npm run dev
```