Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ncookiez/sveltekit-pwa-template
Quick SvelteKit PWA template with Typescript support.
https://github.com/ncookiez/sveltekit-pwa-template
pwa svelte sveltekit template typescript
Last synced: 15 days ago
JSON representation
Quick SvelteKit PWA template with Typescript support.
- Host: GitHub
- URL: https://github.com/ncookiez/sveltekit-pwa-template
- Owner: Ncookiez
- Created: 2022-05-15T19:56:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T19:56:01.000Z (over 1 year ago)
- Last Synced: 2024-10-04T12:46:43.778Z (about 1 month ago)
- Topics: pwa, svelte, sveltekit, template, typescript
- Language: Svelte
- Homepage: https://sveltekit-pwa-template.netlify.app
- Size: 2.84 MB
- Stars: 28
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SvelteKit PWA Template
A SvelteKit PWA template with Typescript support.
![Svelte](https://img.shields.io/badge/svelte-%23f1413d.svg?style=for-the-badge&logo=svelte&logoColor=white)
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)[![Netlify Status](https://api.netlify.com/api/v1/badges/a1f23fec-f619-443d-8e44-0d2f56b34d1a/deploy-status)](https://app.netlify.com/sites/sveltekit-pwa-template/deploys)
## Basic Usage
Install dependencies with `npm i`.
Run dev server for local development with `npm run dev`.
## Deployment
Any deployment environment should run `npm run build` to generate your app's content.
You may want to use a specific adapter instead of `auto` for your project.