Svelte Boilerplate
A modern Svelte application powered by Vite, ready to deploy on Light Cloud.
Features
- Svelte 4 with reactive components
- Vite for fast development and optimized builds
- Minimal bundle size
- Ready for production deployment
Local Development
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
Deploy to Light Cloud
1. Create an Account
Visit console.light-cloud.com and sign up with GitHub or Google.
2. Create New Application
- Click "New Application" in the dashboard
- Select "Static Site" as the deployment type
- Choose "Svelte" as the framework
3. Connect Repository
- Option A: Fork this repository and connect it via GitHub
- Option B: Push this code to your own GitHub repository and connect it
Light Cloud will auto-detect your settings, but you can verify:
| Setting |
Value |
| Build Command |
npm run build |
| Output Directory |
dist |
5. Deploy
Click "Deploy" and your app will be live in seconds!
Website •
Documentation •
Console
Made with ☁️ by Light Cloud