Skip to content

Installation Guide

Follow these steps to set up Svelte Standalone in your project:

  1. Create a New Svelte App: Use the Svelte CLI and choose the tools that best fit your workflow.
  2. Clean Up Boilerplate Code: Delete the boilerplate code generated by Svelte, but make sure to keep the app.html file.
  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.