/challenge-the-movie-db-api

Cubos challenge: create front end of the movie db api

Primary LanguageJavaScript

Cubos Movie (The Movie DB API)

A Node.js 8.0.0+ setup with [yarn](https://yarnpkg.com/) is recommended.

In root directory execute:

# install dependencies
yarn

# ...or if you'd like to use npm instead
npm install

To start run:

yarn start

npm run start