Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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.