Skip to content

diegocarhuavilca/-hyperhire-quasar

Repository files navigation

Project Description: YouTube Clone

The project, which is a YouTube clone, has 3 possible states:

  1. Desktop Access:

    • Full view of the videos. YouTube Clone
  2. Responsive Design:

    • If the screen is reduced, it will be responsive. YouTube Clone
  3. Mobile Access:

    • If accessed from a mobile device, it has another type of behavior similar to that of YouTube. YouTube Clone

Install the dependencies

yarn
# or
npm install

Start the app in development mode (hot-code reloading, error reporting, etc.)

quasar dev

Lint the files

yarn lint
# or
npm run lint

Format the files

yarn format
# or
npm run format

Build the app for production

quasar build

Customize the configuration

See Configuring quasar.config.js.