项目作者: yocarl

项目描述 :
Netflix Clone Made Using React JS and Authorization/Database managed through FireBase.
高级语言: JavaScript
项目地址: git://github.com/yocarl/Netflix-clone.git
创建时间: 2020-09-26T13:52:58Z
项目社区:https://github.com/yocarl/Netflix-clone

开源协议:

下载


Netflix Clone Using React JS/FireBase

Netflix Clone built using React-JS/Styled Components And Firebase (Firestore & Auth)

Live Demo

Netflix-App

Building from Source

Want to run your own instance of this App? You are very much free to do so. The requirements to build from source are:

NodeJS/NPM

Firebase Project

1) First clone this project repository

  1. git clone https://github.com/yocarl/Netflix-clone.git
  2. cd Netflix-clone

2) Run npm install to install dependencies for the project

  1. npm install

3) Fill config object in ‘./src/lib/firebase it with your Firebase credentials

  1. FIREBASE_APIKEY=""
  2. FIREBASE_APPID=""
  3. FIREBASE_AUTHDOMAIN=""
  4. FIREBASE_DATABASEURL=""
  5. FIREBASE_MEASUREMENTID=""
  6. FIREBASE_MESSAGINGSENDERID=""
  7. FIREBASE_PROJECTID=""
  8. FIREBASE_STORAGEBUCKET=""

4) Run npm run start to run the development server or npm run build to build the production app.