Billy frontend Install the dependencies npm install Run tests npm run test Serve the app Tip: Built files are meant to be served over an HTTP server Opening index.html over file:// won't work npm run serve Install Quasar CLI globally in order to run quasar commands npm install -g @quasar/cli Start the app in development mode (hot-code reloading, error reporting, etc.) quasar dev Build the app for production quasar build