This directory is a brief example of a Sapper app that can be deployed with Vercel and zero configuration.
Deploy your own Sapper project with Vercel.
Live Example: https://sapper.now-examples.now.sh
To get started with Sapper deployed with Vercel, you can use degit to initialize the project:
$ npx degit "sveltejs/sapper-template#webpack" my-sapper-appThe only change made is to change the build script in
package.jsonto be"sapper export".