Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jessmartin/sk-starter
SvelteKit starter app for quick hit projects.
https://github.com/jessmartin/sk-starter
Last synced: 28 days ago
JSON representation
SvelteKit starter app for quick hit projects.
- Host: GitHub
- URL: https://github.com/jessmartin/sk-starter
- Owner: jessmartin
- Created: 2023-02-15T10:52:00.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-25T18:40:19.000Z (over 1 year ago)
- Last Synced: 2024-12-07T14:46:02.249Z (about 1 month ago)
- Language: Svelte
- Size: 213 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKit Starter
## Developing
To start the development server:
```bash
npm run dev
```## Building
To create a production version:
```bash
npm run build
```Preview the production build with `npm run preview`.
## Deployment
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.