This project was bootstrapped with Create React App. Configured by following https://flaviocopes.com/react-electron/
npm install
API for movie look-up provided by http://www.omdbapi.com/
In order to run the application, a .env file is needed at the root level with the API key that is provided by the provider.
The variable that will be used is REACT_APP_API_KEY and the value must be set in the .env file.
Your env file should contain:
BROWSER=none
REACT_APP_API_KEY={KEY_HERE}
In the project directory, you can run:
Runs the app in the development mode.
Launches the test runner in the interactive watch mode.
See the section about running tests for more information.