Skip to content

ilkeruyanik/moviedb-react-example-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Moviedb React Example Project

Description

It is an example project for Reactjs development.

Installation

After then clone project, you have to create .env file on root of project. You can copy .env.example.

cp .env.example .env

You should add your The Movie Database API KEY

API_KEY='<<YOUR-API-KEY>>'

Use docker

docker build -t moviedb-react-example-project .
docker run -p 3000:3000 moviedb-react-example-project

After then these commands, project will run on localhost:3000

or you can use

npm install
npm start

About

It is an example project for Reactjs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published