Skip to content

Installation Guide

Set up Svelte Standalone as you would set up any Svelte project:

  1. Create a Svelte App – Use the Svelte CLI and select your preferred tools.
  2. Clean Up – Remove svelte boilerplate code (e.g., routes, components).
  3. Install Svelte Standalone
bash
   npm install -D svelte-standalone@latest

Troubleshooting

If you encounter any issues during installation, open an issue on GitHub for assistance.