A demo version of this app is running at movies.apps.tulsajs.com. Commits to the master
branch auto-deploy to that URL.
In order to successfully run this project from your local machine, you'll need the following software installed:
- Git
- Node - v5.x
- npm (this should come packaged with Node)
- Clone repo
git clone https://github.com/tulsajs/redux-workshop.git
-
Once signed up go to your account -> API and copy your API Key(v3 auth)
-
Rename
.env-example.js
to.env.js
and add your api key within the JSON object. -
Install npm dependencies
npm install
- Run the local server
Build the project and start a local dev server with this command:
npm run server
- 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.
- Once you have the project working you can checkout the
starter
branch usinggit checkout starter
This project was bootstrapped with Create React App.
You can find the most recent version of the Create React App guide here.