This is the official app template for Koti Cloud app developers.
This is a Svelte variation of the template.
mkdir your-new-app
cd your-new-app
git clone https://github.com/koticloud/app-template-svelte.git .
rm -rf .git
npm install
To build the app use one of these commands:
npm run dev
- run development server with hot reloading featurenpm run build
- build the app for production