https://github.com/mahdisml/sveltevercel
https://github.com/mahdisml/sveltevercel
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mahdisml/sveltevercel
- Owner: mahdisml
- Created: 2021-04-21T00:30:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-21T00:30:18.000Z (about 4 years ago)
- Last Synced: 2025-02-14T17:42:25.828Z (5 months ago)
- Language: JavaScript
- Homepage: svelte-sigma-nine.vercel.app
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Svelte Example
This directory is a brief example of a [Svelte](https://svelte.dev/) app with [Serverless Functions](https://vercel.com/docs/v2/serverless-functions/introduction) that can be deployed with Vercel and zero configuration.
## Deploy Your Own
Deploy your own Svelte project, along with Serverless Functions, with Vercel.
[](https://vercel.com/import/project?template=https://github.com/vercel/vercel/tree/master/examples/svelte)
_Live Example: https://svelte.now-examples.now.sh_
### How We Created This Example
To get started with Svelte, along with [Serverless Functions](https://vercel.com/docs/v2/serverless-functions/introduction), deployed with Vercel, you can use [degit](https://github.com/Rich-Harris/degit) to initialize the project:
```shell
$ npx degit sveltejs/template my-svelte-project
```