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

https://github.com/lakshitnagar/youtube

A minimal clone of youtube.
https://github.com/lakshitnagar/youtube

agile-methodologies clone clone-repos create-react-app enzyme jest production reactjs tdd tdd-javascript testing unit-testing youtube youtube-api

Last synced: 12 days ago
JSON representation

A minimal clone of youtube.

Awesome Lists containing this project

README

          

If you want to quickly see the demo [click here](https://app-youtube-clone.herokuapp.com/)
### Pre-requisite
1. Node version `v12.16.3`
2. NPM version `6.14.7`
3. Docker version `19.03.12`

#### Test
```yarn test --coverage --watchAll=false```

#### build
```yarn build```

#### Start on localhost:3000
```yarn start```

## Linux
#### Setup
```yarn run linux:setup```

#### Test
```yarn run linux:yarn:test```

#### build
```yarn run linux:yarn:build```

#### Start on localhost:3000
```yarn run linux:yarn:start```