Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.07 KB

React Future

Run

To run the project, do the following:

  • get an api key for tmdb here: https://developers.themoviedb.org/3
  • npm install
  • start the app with your key defined in the REACT_APP_TMDB_API_KEY environment variable: REACT_APP_TMDB_API_KEY=<your api key> npm start

Use the synchronous branch to showcase the app without any suspense or time slicing features and synchronous import of mock data instead of api integration.

Credits and Resources

Most importantly:

And additionally:

Uses: