Skip to content

goindi/sappy-sapper-python-integration

 
 

Repository files navigation

Sapper Example

This directory is a brief example of a Sapper app that can be deployed with Vercel and zero configuration.

Deploy Your Own

Deploy your own Sapper project with Vercel.

Deploy with Vercel

Live Example: https://sapper.now-examples.now.sh

How We Created This Example

To get started with Sapper deployed with Vercel, you can use degit to initialize the project:

$ npx degit "sveltejs/sapper-template#webpack" my-sapper-app

The only change made is to change the build script in package.json to be "sapper export".

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 52.4%
  • Svelte 22.6%
  • Python 18.9%
  • HTML 3.8%
  • CSS 2.3%