Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 519 Bytes

File metadata and controls

19 lines (12 loc) · 519 Bytes

Svelte Example

This directory is a brief example of a Svelte app with serverless functions that can be deployed to ZEIT Now with zero configuration.

How we created this example

To get started with Svelte on Now, you can use degit to initialize the project:

$ npx degit sveltejs/template my-svelte-project

Deploying this Example

Once initialized, you can deploy the Svelte example with just a single command:

$ now