Skip to content

patrick-hebner/sveltekit-website-template

Repository files navigation

Svelte Kit Website Template

Multi-page Svelte Kit template for a quick start to your new project.

  • Tailwind CSS themable with css custom properties

  • Pages for Home, About, Services and Contact

  • Several prepared slice components from which you can easily compose new pages

  • Contact form with validation. One Version for static pages (default) and one for sending emails from your server (you need to enable some commented code for this)

  • Responsive

    alt text

Developing

npm run dev

# 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.

Releases

No releases published

Packages

No packages published