Skip to content

tulsajs/movies-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TulsaJS Redux Workshop

CircleCI Maintainability

A demo version of this app is running at movies.apps.tulsajs.com. Commits to the master branch auto-deploy to that URL.

Dev Installation

Requirements

In order to successfully run this project from your local machine, you'll need the following software installed:

Install steps

  1. Clone repo
git clone https://github.com/tulsajs/redux-workshop.git
  1. Signup for an account with themoviedb @ https://www.themoviedb.org/account/signup?language=en step1

step2

  1. Once signed up go to your account -> API and copy your API Key(v3 auth)

  2. Rename .env-example.js to .env.js and add your api key within the JSON object.

  3. Install npm dependencies

npm install
  1. Run the local server

Build the project and start a local dev server with this command:

npm run server
  1. You should at this point be able to enter in a movie name and search for it.

And then head over to localhost:8080 to see the project live.

  1. Once you have the project working you can checkout the starter branch using git checkout starter

This project was bootstrapped with Create React App.

You can find the most recent version of the Create React App guide here.

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •