youtube-clone
youtube-clone copied to clipboard
Youtube clone application using React & Firebase :bulb:
youtube-clone
Youtube clone application using React JS. :zap:
Commands :wrench:
| 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 Stacks :package:
| 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 |
How to get started ? :runner:
- Get
API_KEYfromGCP - Create
.envfile in therootdirectory - Update
.envtaking.env.exampleas reference - Start application
npm start
