Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thangchung/tailwindonblazor-template

Makes Tailwind works with Blazor (live-reload mode)
https://github.com/thangchung/tailwindonblazor-template

blazor postcss tailwindcss template webassemby

Last synced: about 1 month ago
JSON representation

Makes Tailwind works with Blazor (live-reload mode)

Awesome Lists containing this project

README

        

# tailwindonblazor-template

Makes Tailwind works with Blazor

# Give a star ⭐

If you're using this repository for your learning, samples, workshop, or your project, please give a star. Thanks :+1:

# Get starting

```
$ npm install
$ dotnet watch //livereload mode
```

# Some screens

## Normal mode

![](assets/homepage.png)

![](assets/counterpage.png)

![](assets/fetchdatapage.png)

## Dark mode

![](assets/homepage_dark.png)

![](assets/counterpage_dark.png)

![](assets/fetchdatapage_dark.png)

# What we use

- npm: 6.14.11
- node: v15.5.1
- .NET 6: 6.0.100-preview.4.21255.9
- Tailwindcss: 2.1.3
- postcss: 8.3.0
- HTML Template: https://github.com/estevanmaito/windmill-dashboard

Happy hacking!