This is a boilerplate project for creating web applications with Svelte and Flowbite. It provides a starting point with the basic setup for integrating Svelte and Flowbite, allowing you to quickly start building beautiful and responsive web interfaces.
- Integration of Svelte with Flowbite for easy and responsive UI development.
- Basic project structure and configuration.
- Development server with hot-reloading for a smooth development experience.
- Production build script for optimizing and bundling your application.
Follow these steps to get started with the Svelte Flowbite boilerplate:
-
Clone the repository:
git clone https://github.com/sky3742/svelte-flowbite-boilerplate.git
-
Navigate into the project directory:
cd svelte-flowbite-boilerplate
-
Install the dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and navigate to
http://localhost:5173
to see the application running.
To build the application for production, use the following command:
npm run build
This will create an optimized version of your application in the .svelte-kit/output
directory, ready to be deployed to a web server.
https://svelte-flowbite-boilerplate.vercel.app/
Contributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or create a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.