โ๏ธ Lucky Jumpstart
This is a template project for web applications using Lucky.
How to use it?
- Click this link
- Run
./script/setup
- Run
lucky dev
Why use a template?
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.
What's in the box?
Development
- ๐ณ A DockerCompose file for running your application database, included in
Procfile.dev
Dependencies
- ๐ Up-to-date Crystal dependencies
- ๐งถ Up-to-date Yarn dependencies
Tooling
- ๐จ 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
Functionality
- ๐ง Email confirmation of users
CI/CD
-
๐ค 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