https://github.com/colinkiama/sapper
https://github.com/colinkiama/sapper
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/colinkiama/sapper
- Owner: colinkiama
- Created: 2020-08-10T19:22:39.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T09:36:06.000Z (about 2 years ago)
- Last Synced: 2025-01-14T07:32:37.081Z (12 months ago)
- Language: JavaScript
- Size: 115 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sapper Example
This directory is a brief example of a [Sapper](https://sapper.svelte.dev/) app that can be deployed with Vercel and zero configuration.
## Deploy Your Own
Deploy your own Sapper project with Vercel.
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/sapper)
_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](https://github.com/Rich-Harris/degit) to initialize the project:
```shell
$ 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](https://vercel.com/download):
```shell
$ vercel
```