A toy application I’m working on to learn to Alpine.js. Using Alpine.js and Tailwind CSS, nearly all of the content, styling, and functionality lives in the markup, with some light JavaScript sprinkles and no custom CSS. ✨
Open the application in a web browser with live reloading:
npm install
npm run dev
Build the assets for production:
npm run build