mirror of
https://github.com/kevin-DL/sapper.git
synced 2026-03-11 11:54:44 +00:00
30ddb3dd7e17bb3ee19c8fc164a785c6ddc58417
sapper extract CLI command, which scrapes the server to run as a static website starting at the site's root.
TESTED=Basic unit test ensuring relevant routes are added.
sapper
Military-grade progressive web apps, powered by Svelte.
What is Sapper?
Sapper is a framework for building high-performance universal web apps. Read the guide or the introductory blog post to learn more.
Get started
Clone the starter project template with degit...
npx degit sveltejs/sapper-template my-app
...then install dependencies and start the dev server...
cd my-app
npm install
npm run dev
...and navigate to localhost:3000. To build and run in production mode:
npm run build
npm start
License
Languages
TypeScript
58.1%
JavaScript
32%
Svelte
5.8%
HTML
3.3%
CSS
0.8%