Skip to content

sky3742/sky-bite

Repository files navigation

Svelte Flowbite Boilerplate

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.

Features

  • 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.

Getting Started

Follow these steps to get started with the Svelte Flowbite boilerplate:

  1. Clone the repository:

    git clone https://github.com/sky3742/svelte-flowbite-boilerplate.git
  2. Navigate into the project directory:

    cd svelte-flowbite-boilerplate
  3. Install the dependencies:

    npm install
  4. Start the development server:

    npm run dev
  5. Open your browser and navigate to http://localhost:5173 to see the application running.

Building for Production

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.

Demo

https://svelte-flowbite-boilerplate.vercel.app/

Contributing

Contributions are welcome! If you have any ideas, suggestions, or improvements, feel free to open an issue or create a pull request.

License

This project is licensed under the MIT License - see the LICENSE file for details.