School App (test-task) A Quasar Project Credentials { "email": "test@email.com", "password": "password", } Install the dependencies yarn install Start the app in development mode (hot-code reloading, error reporting, etc.) yarn dev To build the app yarn build Lint the files yarn lint # or npm run lint Build the app for production quasar build Customize the configuration See Configuring quasar.config.js.