Movies for your popcorns.
Deployed on popcornee.surge.sh.
# initialize and install everything
$ yarn
# serve in dev mode with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
# serve in production mode (*after build!)
$ yarn start
# generate static (no SSR)
$ yarn generate
# upload to surge.sh servers (check package.js for details)
yarn surge
Powered by Nuxt.js & Vuetify.js. Consuming The Movie Database API.