Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hugodf/alpinejs-playground
A set of ready to use Alpine.js examples with TailwindCSS
https://github.com/hugodf/alpinejs-playground
alpinejs eleventy eleventy-website tailwind tailwindcss
Last synced: 13 days ago
JSON representation
A set of ready to use Alpine.js examples with TailwindCSS
- Host: GitHub
- URL: https://github.com/hugodf/alpinejs-playground
- Owner: HugoDF
- License: mit
- Created: 2020-02-29T15:13:58.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-19T09:18:40.000Z (9 months ago)
- Last Synced: 2024-11-07T12:02:17.310Z (13 days ago)
- Topics: alpinejs, eleventy, eleventy-website, tailwind, tailwindcss
- Language: HTML
- Homepage: https://alpinejs.codewithhugo.com
- Size: 432 KB
- Stars: 119
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Alpine.js Playground
A set of ready to use Alpine.js examples with TailwindCSS.
Find the examples in the [pages](./pages) directory.
## Requirements
- Node 10
- Yarn 1.x or npm## Setup
1. Clone the repository
2. Run `yarn` or `npm install` installs all required dependencies.## npm scripts
> Equivalent `npm run ` should also work
- `yarn start` will start a local dev server using [serve](https://github.com/zeit/serve)
- `yarn format` will run prettier on the HTML pages.
- `yarn build` will generate an `index.html` from files in the `pages` directory## LICENSE
Code is licensed under the [MIT License](./LICENSE).