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.
- Host: GitHub
- URL: https://github.com/mkfizi/tailbone
- Owner: mkfizi
- License: mit
- Created: 2023-11-10T17:23:01.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T16:51:32.000Z (over 2 years ago)
- Last Synced: 2024-01-03T17:46:35.355Z (over 2 years ago)
- Topics: alpinejs, skeleton, skeleton-template, tailwindcss, ux-skeleton
- Language: HTML
- Homepage: https://mkfizi.dev/tailbone
- Size: 1.13 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)