Skip to content

LuckyCastsVideos/decorators-from-scratch

Repository files navigation

☘️ Lucky Jumpstart

This is a template project for web applications using Lucky.

Lucky Jumpstart CI

How to use it?

  • Click this link
  • Run ./script/rename_template_app to rename the template application
  • 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

Functionality

  • 📧   Email confirmation of users

CI/CD

Deployment