Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xulioc/sveltekit-pwa
SvelteKit PWA
https://github.com/xulioc/sveltekit-pwa
offline progressive-web-app pwa svelte sveltekit template
Last synced: 11 days ago
JSON representation
SvelteKit PWA
- Host: GitHub
- URL: https://github.com/xulioc/sveltekit-pwa
- Owner: xulioc
- License: mit
- Created: 2022-11-19T10:53:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-25T18:13:43.000Z (almost 2 years ago)
- Last Synced: 2024-10-11T12:45:34.106Z (28 days ago)
- Topics: offline, progressive-web-app, pwa, svelte, sveltekit, template
- Language: Svelte
- Homepage: https://sveltekit-pwa.netlify.app/
- Size: 1.48 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SvelteKit PWA (BETA)
![alt text](/images/sveltekit-pwa.png)
---
SvelteKit PWA template
## Features
- PWA ready to work offline
- Online/Offline status
- Log view using Svelte store## Technologies
- [Svelte](https://svelte.dev/) and [SvelteKit](https://kit.svelte.dev/) as application framework
- [TailwindCSS](https://tailwindcss.com/) as CSS framework
- [DaisyUI](https://daisyui.com/) as Tailwind CSS component library
- [Netlify](https://www.netlify.com/) as deployment platform## TODO
- Improve docs
- Improve UI
- Improve mobile navigation## Installation
### Clone the repo
```bash
git clone https://github.com/xulioc/sveltekit-pwa.git
cd sveltekit-pwa
```### Install & run
```bash
npm install
```
To start in development mode:
```bash
npm run dev
```
To build and start in production mode:
```bash
npm run build
npm run preview
```## Contribute
Feel free to contribute. Issues and Pull Requests are welcome.## License
[MIT](https://github.com/xulioc/sveltekit-supabase-dashboard/blob/main/LICENSE)