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
yarn
ornpm install
installs all required dependencies.
Equivalent
npm run <script>
should also work
yarn start
will start a local dev server using serveyarn format
will run prettier on the HTML pages.yarn build
will generate anindex.html
from files in thepages
directory
Code is licensed under the MIT License.