Skip to content

explore-develop/youtube-clone

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.1%
  • SCSS 33.3%
  • HTML 1.6%