Youtube clone application using React JS. ⚡
Commands | Description |
---|---|
npm run start-dev |
start app |
npm run build |
build app |
firebase init |
Initialize firebase |
firebase login |
login to firebase |
firebase deploy |
deploy app to firebase |
firebase login:ci |
fetch firebase token |
Tech | Description |
---|---|
material UI |
react components for faster and easier web development |
react |
js library for building UI |
firebase |
hosting |
gcp |
cloud computing services (IAAS & PAAS ) |
context api |
state management |
BEM css |
naming convention for css |
github-actions |
CI/CD |
- Get
API_KEY
fromGCP
- Create
.env
file in theroot
directory - Update
.env
taking.env.example
as reference - Start application
npm start