Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 527 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 527 Bytes

🌐 YouTube Concept

📦️ Installation

Node.js is required for this project to run. Node.js natively comes with npm, but I recommend using yarn over it, as it is faster. You can install yarn in your machine by using npm install yarn -g command.

  • Install dependencies: yarn or npm install.
  • Start the project:
    • in development mode: yarn dev or npm run dev,
    • in production mode: First, run yarn build or npm run build then run yarn serve or npm run serve.