Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 842 Bytes

README.md

File metadata and controls

47 lines (30 loc) · 842 Bytes

System Requirements

MacOS, Windows (including WSL), and Linux are supported.

If on MacOS, make sure to have Xcode installed and updated.

Node.js 10.13 or later is required.

Other Requirements

To run this app (successfully) you need to have an API key from themoviedb.

Getting Started

First, run:

yarn
# or
npm install

to install dependencies.

Config File

At the root of the project there is a config.json file. In it you should see

{
    "apiKey": ""
}

add your api key from themoviedb.

Running Dev environment

then, run:

yarn dev
# or
npm run dev

Open http://localhost:3000 with your browser to see the movie search app!