react-youtube-clone
No description available.
File Explorer
Download Latest Version (.zip)- favicon.ico
- index.html
- manifest.json
- types.js
- user_actions.js
- index.js
- user_reducer.js
- HappyTubeLogo.png
- upload.png
- Comments.js
- LikeDislikes.js
- ReplyComment.js
- SideVideo.js
- SingleComment.js
- Subscriber.js
- DetailVideoPage.js
- Footer.js
- LandingPage.js
- LoginPage.js
- LeftMenu.js
- Navbar.css
- RightMenu.js
- NavBar.js
- RegisterPage.js
- SubscriptionPage.js
- UploadVideoPage.js
- App.js
- Config.js
- auth.js
- index.css
- index.js
- serviceWorker.js
- setupProxy.js
- .gitignore
- package-lock.json
- package.json
- README.md
- yarn.lock
- key.js
- prod.js
- auth.js
- Comment.js
- Dislike.js
- Like.js
- Subscriber.js
- user.js
- Video.js
- comment.js
- like.js
- subscribe.js
- users.js
- video.js
- index.js
- thumbnail-1575547328154_Water - 25949_1.png
- thumbnail-1575547328154_Water - 25949_2.png
- thumbnail-1575547328154_Water - 25949_3.png
- thumbnail-1575554425994_Water - 25949_1.png
- thumbnail-1575554425994_Water - 25949_2.png
- thumbnail-1575554425994_Water - 25949_3.png
- thumbnail-1575633531391_Space - 21542_1.png
- thumbnail-1575633531391_Space - 21542_2.png
- thumbnail-1575633531391_Space - 21542_3.png
- thumbnail-1575721500322_F201308021823010_1.png
- thumbnail-1575721500322_F201308021823010_2.png
- thumbnail-1575721500322_F201308021823010_3.png
- thumbnail-1575806306366_F201308021823010_1.png
- thumbnail-1575806306366_F201308021823010_2.png
- thumbnail-1575806306366_F201308021823010_3.png
- tn_1.png
- tn_2.png
- tn_3.png
- 1575467783672_Space - 21542.mp4
- 1575546934456_Space - 21542.mp4
- 1575547097629_Space - 21542.mp4
- 1575547328154_Water - 25949.mp4
- 1575554425994_Water - 25949.mp4
- 1575633531391_Space - 21542.mp4
- 1575721500322_F201308021823010.mp4
- 1575806306366_F201308021823010.mp4
- .gitignore
- package-lock.json
- package.json
- README.md
- Youtube Clone (Ko).xml
# Installation Guide
1. Get the code
git clone https://github.com/jaewonhimnae/react-youtube-clone
Downloads the entire project code from GitHub to your computer.
cd react-youtube-clone
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
cd client
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
