page-level-method-overloads
โ๏ธ Lucky Jumpstart
This is a template project for web applications using Lucky.
How to use it?
- Click this link
- Replace every instance of
method_overloading
with your application name, for example:mv src/method_overloading.cr src/your_app.cr
rg method_overloading -l | xargs sed -i '' 's/method_overloading/your_app/g'
- You can also simply run
./script/rename_template_app your_app
- Run
./script/setup
- Run
docker-compose up
- 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
Dependencies
- ๐ Up-to-date Crystal dependencies
- ๐งถ Up-to-date Yarn dependencies
Tooling
- ๐ฝ TailwindCSS for better styling
- ๐ป TailwindUI for fancy components
- ๐ StimulusJS for JavaScript sprinkles
- ๐ TypeScript for keeping JavaScript cleaner
CI/CD
-
๐ณ A Dockerfile that can run LuckyFlow specs
-
๐ค A handy dandy Dependabot configuration file
-
A working GitHub Actions workflow with:
- ๐ Prettier
- ๐ Crystal Format
- ๐ฆ Ameba
- ๐ Crystal Spec
Repository
page-level-method-overloads
Owner
Statistic
- 0
- 0
- 23
- 0
- 6
- about 2 years ago
- August 25, 2020
License
MIT License
Links
Synced at
Fri, 04 Apr 2025 20:44:44 GMT
Languages