A site for getting random film recommendations from verygoodfilms.co.
- Follow the instructions from WrapAPI to get an API key.
- Create a
.env.development.local
file in the root directory. - Add
REACT_APP_API_KEY=my-api-key
, replacingmy-api-key
with your key from WrapAPI.
- Run
yarn
to install dependencies. - Start the development server with
yarn dev
. - Open http://localhost:3000 to see the result.