youtube-clone
Youtube clone application using React JS.
Commands
commands | description |
---|---|
npm start |
start app |
npm run build |
build app |
firebase init |
Initialize firebase |
firebase login |
login to firebase |
firebase deploy |
deploy app to firebase |
Tech Stacks
techs | 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 |
How to get started ?
- Get
API_KEY
fromGCP
- Create
.env
file in theroot
directory - Update
.env
taking.env.example
as reference - Start application
npm start