alpinejs-playground
alpinejs-playground copied to clipboard
A set of ready to use Alpine.js examples with TailwindCSS
Alpine.js Playground
A set of ready to use Alpine.js examples with TailwindCSS.
Find the examples in the pages directory.
Requirements
- Node 10
- Yarn 1.x or npm
Setup
- Clone the repository
- Run
yarn
ornpm install
installs all required dependencies.
npm scripts
Equivalent
npm run <script>
should also work
-
yarn start
will start a local dev server using serve -
yarn format
will run prettier on the HTML pages. -
yarn build
will generate anindex.html
from files in thepages
directory
LICENSE
Code is licensed under the MIT License.