2018-08-29 17:37:20 -04:00
2018-07-22 21:00:37 -04:00
2018-08-29 17:37:20 -04:00
wip
2018-01-21 11:03:23 -05:00
2018-08-29 16:05:41 -04:00
2018-08-29 16:45:29 -04:00
2018-08-29 17:37:20 -04:00
2018-08-29 16:45:29 -04:00
2018-08-23 11:23:40 -04:00
2017-12-18 21:39:17 -05:00
2018-01-01 16:50:21 -05:00
2018-08-29 16:45:29 -04:00
2018-08-29 17:37:20 -04:00
2018-07-25 10:10:22 -06:00
2018-08-29 17:37:20 -04:00
2018-08-29 17:10:00 -04:00
2018-07-22 21:00:37 -04:00
2018-08-29 17:37:20 -04: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

Development

Pull requests are encouraged and always welcome. Pick an issue and help us out!

To install and work on Sapper locally:

git clone git@github.com:sveltejs/sapper.git
cd sapper
npm install
npm run dev

Linking to a Live Project

You can make changes locally to Sapper and test it against a local Sapper project. For a quick project that takes almost no setup, use the default sapper-template project. Instruction on setup are found in that project repository.

To link Sapper to your project, from the root of your local Sapper git checkout:

cd sapper
npm link

Then, to link from sapper-template (or any other given project):

cd sapper-template
npm link sapper

You should be good to test changes locally.

Running Tests

npm run test

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%