- start backend on port 8000 (does this by default)
- start python server for dataset...cd inside 'Dataset' just before '/videos' in cmd, then call "python -m http.server 3001"
- I stored the top 10 videos in a separate test folder on my computer. (inside the videos/videos folder structure still)
- call npm install
- call npm run dev
# install dependencies
$ npm install
# serve with hot reload at localhost:3000
$ npm run dev
# build for production and launch server
$ npm run build
$ npm run start
# generate static project
$ npm run generate
For detailed explanation on how things work, check out Nuxt.js docs.