Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)