Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 317 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 317 Bytes

To run the project, follow the instructions below.

  1. Clone it to your computer: git clone git@github.com:denterekhov/tmdb-movie-simple-search.git in your cli;
  2. Go to the project directory: cd tmdb-movie-simple-search;
  3. Install all dependencies: yarn install;
  4. Run the project: yarn start;