sveltekats Svelte Themes

Sveltekats

SvelteKit + Cats

WPFS 2023 SvelteKit starter kit

Everything you need to build a Svelte project, powered by create-svelte.

Extended by your friendly Web Framework Perspective Summit team.

Developing

Prerequisites:

  • Install dependencies: npm install

  • refer to the section "Instruction regarding creating ..." in the root readme file to setup your Github app and .env files in the project folder.

Start a development server:

npm run dev

# if you're developing via SSH and want to open the  site locally
npm run dev -- --host

# or start the server and open the app in a new browser tab
npm run dev -- --open

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.

More

Check out the npm scripts in the package.json for more on:

  • Formatting (with Prettier)
  • Linting (with ESLint)
  • Unit testing (with Vitest)
  • Browser testing (with Playwright)

Top categories

Loading Svelte Themes