Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/girardinsamuel/tailwind_alpine

Template to scaffold new projet with Tailwind CSS and Alpine.js quickly
https://github.com/girardinsamuel/tailwind_alpine

Last synced: about 2 months ago
JSON representation

Template to scaffold new projet with Tailwind CSS and Alpine.js quickly

Awesome Lists containing this project

README

        

# tailwind_alpine

Template to scaffold new projet with Tailwind CSS and Alpine.js quickly

## Build for production

```
npm run build
```

1. It will first run Tailwind CSS compilation with purge enabled.
2. It will then minify CSS with `cssnano`.
3. The final file to use in production is `index.min.css`.