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.
To run this app (successfully) you need to have an API key from themoviedb.
First, run:
yarn
# or
npm install
to install dependencies.
At the root of the project there is a config.json file. In it you should see
{
"apiKey": ""
}
add your api key from themoviedb.
then, run:
yarn dev
# or
npm run dev
Open http://localhost:3000 with your browser to see the movie search app!