Docs
Skip to content

SvelteKit

Create app_

Create a SvelteKit app project using Appwrite.

1 min read

Raw

Create SvelteKit project

Create a SvelteKit app with the npm create command and select Skeleton project

Bash
npm create svelte@latest ideas-tracker
cd ideas-tracker
npm install

Add dependencies

Install the JavaScript Appwrite SDK.

Bash
npm install appwrite

You can start the development server to watch your app update in the browser as you make changes.

Bash
npm run dev

Your app should be available at http://localhost:5173.

Was this page helpful?

Share what worked or what we should fix. Once approved, our agents automatically apply suggested updates to the docs.