Skip to content

Sergio-Vila/movie-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Browser

Requirements

  1. Have NodeJS and Git installed.
  2. Install gulp and jest globally:
   npm install -g gulp jest
  1. Clone the package and install the local dependencies:
   git clone https://github.com/Sergio-Vila/movie-browser
   npm install
  1. On src/app.tsx, replace "AN_API_KEY" on line 13 with your key for TMDb. You can obtain your key by registering in https://www.themoviedb.org/

Commands

  • Build sources: gulp
  • Clean build files: gulp clean
  • Run tests: jest

About

Example web application using React and TypeScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published