This is a mobile PWA project to demonstrate a real use case of Svelte.
Requirements : Node.js.
Install dependencies :
npm installLocal test :
npm run devNavigate to localhost:5000.
npm run build
Folder 'public' contains all needed files.
Deploy to surge
Install surge if you haven't already:
npm install -g surgeThen, from within your project folder:
npm run build
surge publicOn 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".
