explore-develop / youtube-clone

YouTube clone build using React.js

Home Page:https://youtube-tl.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

YouTube Clone

NPM Commands

$ npm run <options>

OPTIONS:

start        - Starts the development server.
build        - Builds the app for production.
format:check - Checks the style of JS, JSX, HTML and SCSS code.
format:fix   - Fix the style of JS, JSX, HTML and SCSS code.

Dependencies

"dependencies": {
  "react": "^17.0.2",
  "react-dom": "^17.0.2",
  "react-router-dom": "^5.2.0",
  "react-scripts": "4.0.3",
  "sass": "^1.37.0"
},
"devDependencies": {
  "prettier": "^2.3.2"
},

NOTE: All logos and content belong to their original authors.

License

MIT

About

YouTube clone build using React.js

https://youtube-tl.vercel.app

License:MIT License


Languages

Language:JavaScript 65.2%Language:SCSS 33.3%Language:HTML 1.6%