Skip to content

caseymrm/sapper-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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".

Deploying From Your Terminal

You can deploy your new Sapper project with a single command from your terminal using Vercel CLI:

$ vercel

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published