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

https://github.com/mkfizi/tailbone

TailwindCSS UX skeleton generator.
https://github.com/mkfizi/tailbone

alpinejs skeleton skeleton-template tailwindcss ux-skeleton

Last synced: about 1 year ago
JSON representation

TailwindCSS UX skeleton generator.

Awesome Lists containing this project

README

          

# Tailbone
TailwindCSS UX skeleton generator.

## Installation
Clone this repository to get started.

Run the following command in project directory to install TailwindCSS dependencies.
```bash
npm install
```

To compile the CSS file with TailwindCSS classes, use one of the following commands:
```bash
npm run build
npm run watch
```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
[MIT](https://github.com/mkfizi/tailbone/blob/main/LICENSE)