svelte-android-app

Svelte Android App

making a svelte android app

enter command

for windows (replace my-app with the app name)

npm create svelte@latest my-app | cd my-app | npm i | npm run dev | npm install @sveltejs/adapter-static


# for linux/bash
npm create svelte@latest my-app & cd my-app & npm i & npm run dev & npm install @sveltejs/adapter-static

Top categories

Loading Svelte Themes