superyahman / sapper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:JavaScript 68.5%Language:Svelte 23.5%Language:HTML 5.0%Language:CSS 3.0%