Netflix Clone is a web application that simulates Netflix's main features, including watching movies online, and different movie genres.
- ReactJs, NextJs, NodeJS
-
Clone repository:
git clone https://github.com/lnhw/netflix-clone.git cd netflix-clone
-
Install dependencies (Cài đặt phụ thuộc):
npm install
-
Local development:
npm run dev
-
Production build:
npm run build npm start
- URL:
http://localhost:3000
- src/: Mã nguồn chính của dự án.
- components/: Các thành phần giao diện.
- app/: Các trang của ứng dụng.
- public/: Tài nguyên tĩnh.
- styles/: Các tệp CSS/SCSS.