Skip to content

data-pirate/netflix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Clone with MERN

What's inside?

This is a complete netflix clone made with MERN stack

Screenshot

Apps and Packages

  • admin: a React.js app
  • client: another React.js app
  • server: node js server
  • ui: a stub React component library shared by both web and docs applications
  • config: eslint configurations (includes eslint-config-next and eslint-config-prettier)
  • tsconfig: tsconfig.jsons used throughout the monorepo

Each package/app is 100% TypeScript.

Utilities

This turborepo has some additional tools already setup for you:

Setup

install all the dependencies

cd netflix
npm install

Run the whole project

npm run dev 

Build

To build all apps and packages, run the following command:

cd netflix
npm run build

Develop

To develop all apps and packages, run the following command:

cd netflix
npm run dev

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published