Une carte simple et efficace qui montre les disponibilités des velibs à Paris.
Ausi l'occcasion de jouer avec Svelte et Leaflet.
Install the dependencies...
npm install...then start webpack:
npm run devNavigate to localhost:8080. You should see your app running. Edit a component file in src, save it, and the page should reload with your changes.
With now
Install now if you haven't already:
npm install -g nowThen, from within your project folder:
npm run deploycapacitor is used to build a mobile android app (npx cap init + npx cap add android to bootstrap the project)
once the webapp is built, sync it with the android project
npx cap syncthen open the project in the android directory with android studio