Rich Harris 1312aede1f -> v0.3.2
2018-01-03 13:48:03 -05:00
2017-12-18 15:38:56 -05:00
2017-12-31 16:04:54 -05:00
2018-01-03 18:39:51 +01:00
2018-01-03 13:46:07 -05:00
2017-12-31 16:05:18 -05:00
2017-12-22 09:19:32 -05:00
2017-12-21 16:48:53 -05:00
2017-12-18 21:39:17 -05:00
2018-01-03 13:48:03 -05:00
2017-12-18 21:39:17 -05:00
2018-01-01 16:50:21 -05:00
2017-12-21 16:48:53 -05:00
2018-01-03 13:48:03 -05:00
2018-01-01 16:50:21 -05:00

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

Description
No description provided
Readme MIT 3.4 MiB
Languages
TypeScript 58.1%
JavaScript 32%
Svelte 5.8%
HTML 3.3%
CSS 0.8%