This project was bootstrapped with Create React App.
To get started running the project locally, please follow the steps below.
First, clone the repository
git clone https://github.com/abui-am/moviedb-app
Then, install the dependencies. note that we use yarn, not npm.
cd moviedb-app
yarn install
Create .env
file and put your http://www.omdbapi.comkey there with variable name REACT_APP_OMBAPIKEY
REACT_APP_OMBAPIKEY=[your apikey]
example :
REACT_APP_OMBAPIKEY=aecbedaf
You can now start the development server with
yarn start
Open http://localhost:3000 with your browser to see the result.
You can learn more in the Create React App documentation.
To learn React, check out the React documentation.
This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting
This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size
This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app
This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration
This section has moved here: https://facebook.github.io/create-react-app/docs/deployment
This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify