Skip to content

Latest commit

Β 

History

History
31 lines (19 loc) Β· 614 Bytes

File metadata and controls

31 lines (19 loc) Β· 614 Bytes

Svelte Actions Guide

Svelte actions are the most underrated and powerful feature of Svelte which sets it apart from other JavaScript frameworks.

Post

✍️ https://joyofcode.xyz/svelte-actions-guide

Remote Development

Open in StackBlitz

Local Development

πŸ§‘β€πŸ€β€πŸ§‘ Clone the project

https://github.com/joysofcode/svelte-actions.git

πŸ“¦οΈ Install dependencies

pnpm i

πŸ’ΏοΈ Run the development server

pnpm run dev