Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 443 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 443 Bytes

MovieFinder

Built with Typescript, Nuxt.js, Tailwindcss and using the The Movie Database API.

Build Setup

# install dependencies
$ yarn install

# serve with hot reload at localhost:3000
$ yarn dev

# build for production and launch server
$ yarn build
$ yarn start

# generate static project
$ yarn generate