This is a mobile PWA project to demonstrate a real use case of Svelte.
Requirements : Node.js.
Install dependencies :
npm install
Local test :
npm run dev
Navigate to localhost:5000.
npm run build
Folder 'public' contains all needed files.
Install surge
if you haven't already:
npm install -g surge
Then, from within your project folder:
npm run build
surge public
On your mobile, consult the page on surge with https.
On Firefox : click on the house icon to add the app to the home screen.
On Chrome : in the menu, select "Add to homescreen".