# {{ projectName }}

A full-stack application built with [Moost](https://moost.org), [Vite](https://vite.dev), and [Vue](https://vuejs.org).

## Dev

```bash
npm run dev
```

## Build

```bash
npm run build
```

## Start (production)

```bash
npm run start
```
