Skip to content

lukastaegert/sapper

 
 

Repository files navigation

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

LIL

About

Military-grade progressive web apps, powered by Svelte

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 76.4%
  • HTML 11.7%
  • TypeScript 10.9%
  • CSS 1.0%