An open API service indexing awesome lists of open source software.

https://github.com/ainsleydev/sveltekit-boilerplate

A minimal boilerplate for SvelteKit which is highly extensible and features many versatile components.
https://github.com/ainsleydev/sveltekit-boilerplate

boilerplate svelte sveltekit sveltekit-example sveltekit-template template

Last synced: about 1 month ago
JSON representation

A minimal boilerplate for SvelteKit which is highly extensible and features many versatile components.

Awesome Lists containing this project

README

          





ainsley.dev



[![Vercel](https://therealsujitk-vercel-badge.vercel.app/?app=website&style=plastic)](https://sveltekit-boilerplate.ainsley.dev)
[![Twitter Handle](https://img.shields.io/twitter/follow/ainsleydev)](https://twitter.com/ainsleydev)

# SvelteKit Boilerplate

Everything you need to create new SvelteKit websites and applications in less time than ever before. This comprehensive
library contains skeleton components and tools to kick-start web builds.

## Developing

Once you've created a project and installed dependencies with `pnpm install`, start a
development server:

```bash
pnpm run dev

# Or start the server and open the app in a new browser tab
pnpm run dev -- --open
```

## Components

A library of skeleton components sre included within the boilerplate located in:

```
/src/lib/components
```

- Collapse:

## Building

To create a production version of the website.

```bash
pnpm run build
```

## TODOs:

- Pages

## Open Source

ainsley.dev permits the use of any HTML, SCSS and Javascript found within the repository for use with external projects.

## Trademark

ainsley.dev and the ainsley.dev logo are either registered trademarks or trademarks of ainsley.dev LTD in the United
Kingdom and/or other countries. All other trademarks are the property of their respective owners.