alpinejs-playground
alpinejs-playground copied to clipboard
A set of ready to use Alpine.js examples with TailwindCSS
trafficstars
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
yarnornpm installinstalls all required dependencies.
npm scripts
Equivalent
npm run <script>should also work
yarn startwill start a local dev server using serveyarn formatwill run prettier on the HTML pages.yarn buildwill generate anindex.htmlfrom files in thepagesdirectory
LICENSE
Code is licensed under the MIT License.