Installation Guide
Follow these steps to set up Svelte Standalone in your project:
- Create a New Svelte App: Use the Svelte CLI and choose the tools that best fit your workflow.
- Clean Up Boilerplate Code: Delete the boilerplate code generated by Svelte, but make sure to keep the
app.html
file. - 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.