Welcome to the era of ultra-fast development with svelte
and Bun
🚀. Everything you need to build a Svelte project effortlessly and with style!
Need ready-to-use components for your project or SaaS? Rekit has got you covered!
🔹 Customizable components to speed up your workflow.
🔹 Easy integration with your sv
projects.
🔹 Perfect for MVPs and products in development.
Use Rekit to quickly add UI blocks, widgets, and interactive elements to your Svelte app without starting from scratch!
If you're reading this, you've probably already completed this step. Congrats! 🎉
# create a new project in the current directory
bun create sv
# create a new project in the my-app directory
bun create sv my-app
Once your project is set up and dependencies installed with bun install
, start an ultra-fast development server:
bun dev
# or open directly in your browser
bun dev --open
💡 Tip: Bun is so fast, you might not even notice the build time! ⚡
Prepare your app for production with top-notch optimizations:
bun run build
Then preview your build with:
bun run preview
To deploy your app, you might need an adapter depending on your target environment.
🚀 Ready to build the future with sv, Bun, and Rekit? Let's goooo! 🎉🔥