This is responsive Vuejs SPA, build with themoviedb.org API and Google Firebase
# install all dependencies
$ npm i
# serve with hot reload at localhost:8000
$ npm run serve
# build for production
$ npm run build
# launch server, listen dist folder at 8080
$ npm start