svelte-template

Svelte Template

Svelte starter template

Svelte Template

Getting started

npx degit vasilews/svelte-template my-app
cd my-app
npm install

Developing

npm run dev

Testing

Run all unit tests with Vitest

npm run test

Run all e2e tests with Playwright

npm run test:e2e

Building

To create a production version of your app:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment.

Top categories

Loading Svelte Themes