https://github.com/razak17/youtube-clone-frontend
YouTube Clone with React (Bootstrapped with Vite)
https://github.com/razak17/youtube-clone-frontend
firebase material-ui react reactjs styled-components
Last synced: 2 months ago
JSON representation
YouTube Clone with React (Bootstrapped with Vite)
- Host: GitHub
- URL: https://github.com/razak17/youtube-clone-frontend
- Owner: razak17
- Created: 2022-08-30T00:45:24.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-26T19:21:18.000Z (over 3 years ago)
- Last Synced: 2025-05-12T14:05:03.133Z (about 1 year ago)
- Topics: firebase, material-ui, react, reactjs, styled-components
- Language: TypeScript
- Homepage: https://youtube.razakmo.me
- Size: 366 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## YouTube Clone with React.

A YouTube clone created with React and Material UI.
## Technologies used:
- React
- Styled components
- Material UI
- Firebase
## Installation
Make sure you have node and yarn installed.
## Environment variables
- specify api end point
e.g. VITE_PUBLIC_API_ENDPOINT="http://localhost:1337/api"
- Firebase key for google authentication
VITE_FIREBASE_KEY=""
### Install packages
```yarn
yarn
```
### Start local server
```bash
yarn dev
```
This starts the local server at [http://localhost:5173](http://localhost:5173)