example sveltekit webapp to test offline-first approach
api server:
cd api npm i npm start
web app:
cd web npm run dev
test various scenarious shutting down the server api and starting again while doing mutations by clicking on elements