Quickstart
Quickly get started with Flowbite Blazor using our official starter template.
Using the Starter Template
Get started quickly by cloning our official starter template repository:
git clone --depth 1 https://github.com/peakflames/flowbite-blazor-starter-wasm.git my-flowbite-app
cd my-flowbite-app
The starter template includes:
- Pre-configured Blazor WebAssembly project
- Flowbite Blazor components ready to use
- TailwindCSS setup with MSBuild integration
- Dark mode support
- Example pages and components
Running the Project
Build and run the project:
dotnet build
dotnet run
What's Next?
Check out our components documentation to learn more about available components and their usage. For a more detailed setup guide, visit the introduction page.
Manual Installation
If you prefer to set up your project manually or integrate Flowbite Blazor into an existing project, follow our detailed installation guide.