Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakilk130/netflix-clone
Netflix
https://github.com/sakilk130/netflix-clone
firebase netflix netflix-clone react
Last synced: 28 days ago
JSON representation
Netflix
- Host: GitHub
- URL: https://github.com/sakilk130/netflix-clone
- Owner: sakilk130
- Created: 2022-05-27T06:26:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-19T18:29:19.000Z (over 2 years ago)
- Last Synced: 2024-11-08T06:11:45.754Z (3 months ago)
- Topics: firebase, netflix, netflix-clone, react
- Language: TypeScript
- Homepage:
- Size: 18.1 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Netflix with React and Firebase
## About
Netflix clone with [React](https://reactjs.org/) and [Firebase](https://firebase.google.com/).
## Getting Started
1. First clone this repository.
```
git clone https://github.com/sakilk130/netflix-clone.git
```2. Install dependencies. Make sure you already have [`nodejs`](https://nodejs.org/en/) & [`yarn`](https://yarnpkg.com/) installed in your system.
```
yarn
```3. Copy .env.example to .env and fill all the values.
```
cp .env.example .env
```4. Setup Firebase.
5. Run with docker-compose.
```
yarn dev
```6. OR, run without docker-compose.
```
yarn start
```## Built with
- React
- React-Router-Dom
- Firebase
- TypeScript
- Styled Component## Author
Sakil Khan
[@sakilk130](https://github.com/sakilk130)