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.
- Host: GitHub
- URL: https://github.com/ainsleydev/sveltekit-boilerplate
- Owner: ainsleydev
- License: mit
- Created: 2023-08-18T06:56:07.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-07-06T10:17:29.000Z (12 months ago)
- Last Synced: 2025-07-06T11:27:38.642Z (12 months ago)
- Topics: boilerplate, svelte, sveltekit, sveltekit-example, sveltekit-template, template
- Language: Svelte
- Homepage: https://sveltekit-boilerplate.ainsley.dev
- Size: 1.16 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://sveltekit-boilerplate.ainsley.dev)
[](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.