Used to create new (progressive) web apps and deploy them to a server running Docker and nginx-proxy for SSL cert generation.
- Install & run Docker
- Install NodeJS +20
npm run dev
In VS Code run the server
and client
launch configurations.
- Deploy backend & frontend:
./publish.sh server
- Deploy just the frontend:
./publish.sh