This project uses VueJS 3 with Vite and TailwindCSS. For form validation Vuelidate is used.
npm install
Setup a .env file with following variables, e.g.:
VITE_ROOT_API=http://localhost:3000
npm run dev
npm run build
We use pm2 (see example ecosystem.config.js) for deployment.
pm2 start ecosystem.config.js