Skip to content

kleinspire/movie-explorer

Repository files navigation

Installing

  • yarn install or npm install

The app doesn't make requests to the TMDB api directly, but to the local api server running on https://localhost:4000 which forwards requests to the TMDB api server and it uses the api key set as an environment variable to do it. It's not a good idea to expose sensitive information in the version control so you'll have to create .env file in the root directory and put your TMDB_API_KEY=Your_Api_Key in there.

Development

Linting and testing

  • yarn lint or npm run lint
  • yarn test or npm test
  • yarn coverage or npm run coverage

Building and previewing production version

Generating and viewing documentation

  • yarn build:docs or npm run build:docs
  • Use your browser to open index.html in the docs folder

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published