A set of ready to use Alpine.js examples with TailwindCSS.
Find the examples in the pages directory.
- Node 10
- Yarn 1.x or npm
- Clone the repository
- Run
yarnornpm installinstalls all required dependencies.
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
Code is licensed under the MIT License.