https://github.com/gobeli/static-svelte-snowpack
https://github.com/gobeli/static-svelte-snowpack
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gobeli/static-svelte-snowpack
- Owner: gobeli
- Created: 2020-05-21T09:31:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T18:25:54.000Z (over 3 years ago)
- Last Synced: 2025-02-09T02:15:18.560Z (over 1 year ago)
- Language: TypeScript
- Size: 1.52 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# svelte-snowpack
Starter to build hydratable svelte apps with snowpack
## Prerequisites
`node` and `deno` have to be installed.
## How it works
Pages defined in `build.config.ts` are prerendered to the `public` folder, using snowpack those pages are hydrated with the svelte components at runtime.
## Roadmap
* Code-splitting to prevent bundles from loading the same code on each page but from different source (i.e. Layout code)
* client side routing