Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 804 Bytes

README.md

File metadata and controls

36 lines (25 loc) · 804 Bytes

This is a Svelte project bootstrapped with npm create svelte@latest my-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

You can also run the Svelte starter template easily using Wasmer (check out the install guide):

npm run build
wasmer run . --net -- --port 5173

Open http://localhost:5173 with your browser to see the result.

Deploy on Wasmer Edge

The easiest way to deploy your Svelte app is to use the Wasmer Edge.

Live example: https://wasmer-edge-svelte-sample.wasmer.app/

First, you'll need to run npm run build, and then, to deploy to Wasmer Edge:

wasmer deploy