Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 802 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 802 Bytes

vue-movies

Progressive web app featuring movies and tv shows from The Movie Database (TMDb) API. Built using Vue.js and Nuxt.js.

Live demo hosted on Netlify can be found at https://movies.jason.codes.

Built as a side project to learn some new skills 🔥🔥

Quick setup

  1. Take a copy of .env.sample and re-name to .env
  2. Get your TMDb API key
  3. Get your YouTube API key (optional, used for video data)
  4. Enter the details into the .env file

Running

# install dependencies
yarn

# serve with hot reload at localhost:3000
yarn dev