Netflix Clone Made Using React JS and Authorization/Database managed through FireBase.
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
git clone https://github.com/yocarl/Netflix-clone.git
cd Netflix-clone
2) Run npm install to install dependencies for the project
npm install
3) Fill config object in ‘./src/lib/firebase it with your Firebase credentials
FIREBASE_APIKEY=""
FIREBASE_APPID=""
FIREBASE_AUTHDOMAIN=""
FIREBASE_DATABASEURL=""
FIREBASE_MEASUREMENTID=""
FIREBASE_MESSAGINGSENDERID=""
FIREBASE_PROJECTID=""
FIREBASE_STORAGEBUCKET=""
4) Run npm run start
to run the development server or npm run build
to build the production app.