https://github.com/dafrok/lorem.now.sh
https://github.com/dafrok/lorem.now.sh
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dafrok/lorem.now.sh
- Owner: Dafrok
- Created: 2020-12-24T06:32:13.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-24T06:32:22.000Z (over 5 years ago)
- Last Synced: 2025-03-12T16:37:05.339Z (over 1 year ago)
- Language: JavaScript
- Homepage: lorem.dafrok.vercel.app
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- 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
```