This repo serves as a full-stack template, using the next technologies:
git clone https://github.com/WolfVector/alex-stack.git folder-name
/path/folder-name/frontend $ npm install
/path/folder-name/backend $ npm install
/path/folder-name/frontend $ npm run dev
/path/folder-name/backend $ npm run dev
The node backend uses nodemon when in dev
For the frontend go to the sveltekit page Building your app and choose the best option for your case.
For the backend
/path/folder-name/backend $ npm run start