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 dev
Navigate 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 now
Then, from within your project folder:
npm run deploy
capacitor 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 sync
then open the project in the android directory with android studio