Skip to content

abui-am/moviedb-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with Create React App

This project was bootstrapped with Create React App.

Getting Started

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.

Learn More

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

yarn build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

Releases

No releases published

Packages

No packages published