Skip to content

alonitac/NetflixFrontend

 
 

Repository files navigation

Netflix

A simple Netflix Clone made using Next.js.

Prerequisites

  • Node.js (v14.x or later recommended)
  • npm - a package manager from Node.js (comes with Node.js).

Running the app

Install dependencies:

npm install

Build the project by:

npm run build

The app depends on the NetflixMovieCatalog API service. Thus, you have to run the NetflixMovieCatalog app first and define the service's URL as an env var, as follows:

export MOVIE_CATALOG_SERVICE=https://localhost:8080

Start the Netflix Frontend app by:

npm start

About

A Netflix clone built using Next.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 68.3%
  • SCSS 31.3%
  • JavaScript 0.4%