Install dependencies
cd backend
npm i
cd ./frontend
npm i
Run the code in dev mode by running in both folders:
npm run dev
You can also compile the code to run it in prod mode.
Use tsc for backend and Vite for frontend
An electron version of the app can be found in the electron branch.
This is my most recent Vue project