/movies-app

Primary LanguageJavaScript

React Movies App

Prerequisites

You’ll need to have Node >= 8.9 on your local development machine.
If needed install NodeJS from their website.

Run npm i in the root of the project to install the needed packages.

This App uses the The Movie DB API for requests.

Add a .env.local file to the root directory. The file should contain these values:

Commands

npm start

Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.