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.
- Host: GitHub
- URL: https://github.com/lakshitnagar/youtube
- Owner: Lakshitnagar
- Created: 2020-08-15T03:21:36.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-18T18:05:17.000Z (over 5 years ago)
- Last Synced: 2025-03-23T10:25:22.073Z (about 1 year ago)
- Topics: agile-methodologies, clone, clone-repos, create-react-app, enzyme, jest, production, reactjs, tdd, tdd-javascript, testing, unit-testing, youtube, youtube-api
- Language: JavaScript
- Homepage: https://app-youtube-clone.herokuapp.com/
- Size: 700 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```