Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 616 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 616 Bytes

MOVIEDB-UI

Movie Database UI Client designed using React and The Movie DB API.


Requirements

For development, you will only need Node.js and a node global package such as npm, installed in your environment. Follow this guide on Youtube.

Install

$ git clone https://github.com/KevinMarete/moviedb-ui
$ cd moviedb-ui
$ npm install

Configure app

Rename .env.example to .env then edit it with your custom settings. You will need:

  • MOVIEDB API KEY

Running the project

$ npm start

Building the project

$ npm run build