This is a template project for web applications using Lucky.
- Click this link
- Run
./script/setup
- Run
lucky dev
There are quite a few things I find myself adding to every Lucky application out of the box, and this serves as a bit of a better starting point than the default generated application.
- 🐳 A DockerCompose file for running your application database, included in
Procfile.dev
- 💎 Up-to-date Crystal dependencies
- 🧶 Up-to-date Yarn dependencies
- 💨 TailwindCSS for better styling
- 🖋 Tailwind Typography for prose
- 📝 Tailwind Forms to make styling forms easier
- 🖥 Tailwind Aspect Ratio for setting fixed aspect ratios
- 🎉 StimulusJS for JavaScript sprinkles
- 🚀 TypeScript for keeping JavaScript cleaner
- 📧 Email confirmation of users
-
🤖 A handy dandy Dependabot configuration file, and a workflow to handle auto-merging
-
A working GitHub Actions workflow with:
- 💃 Prettier
- 💎 Crystal Format
- 🦠 Ameba
- 👓 Crystal Spec