Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A set of ready to use Alpine.js examples with TailwindCSS

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).