Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

rodolphe37/netflix-clone-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Clone

User Story

  • user can see recommended movies on homepage.

  • user can see description of a movie when mouse is hovering on movie's thumbnail.

  • user can search for movies by titles.

  • user can see detail description when I click on a movie's thumbnail.

  • cast list is included in the description.

  • responsive to different screen size.

Usage

1. install everything else

npm install

2a. run on localhost

develop environment, run webpack dev server

npm start

This will get the files running on http://localhost:8080 Webpack will watch for changes and update the browser when file changes.

2b. build dist directory

production environment, run webpack

npm run build

The minified JS bundle files including the output html file will be store in dist directory.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published