Skip to content

TheAkshitS/aspire-loan-app

Repository files navigation

Mobile first app built using Quasar v2(Vue 3) for UI, loan-json-server as REST API & deployed on Vercel.

Install the dependencies

yarn

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

  1. Run local json-server
yarn json:server
  1. Run app
quasar dev

Run e2e test

yarn test:e2e

Lint the files

yarn run lint

Build the app for production

quasar build