Everything is handled on the front using Alpine with Typescript and Tailwind. Vite was not necessary but I was curious about the implementation of TS and Alpine while using Vite. Time taken: 5 hours.
This is a simple setup to take advantage of both Alpine.js and Typescript. To create a new directive, you need to create a new file in the directives folder. The file name will be the name of the ...