# client
The is a single page application built using Vite ()
Example URL for Account View
## Project setup
```sh
npm install
```
### Compiles and hot-reloads for development
```sh
npm run dev
```
### Compiles and minifies for production
```sh
npm run build
```
### Lints and fixes files
```sh
npm run lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).