hotwire_test

Version, currently main branch1 version
  • main branchlatestOct 18, 2021

github.com/ggtrigg/hotwire_test

Demo lucky/crystal app for playing with the hotwire approach.

2 stars
0 dependents
License: not declared

Installation

# Add this to your shard.yml
dependencies:
  hotwire_test:
    github: ggtrigg/hotwire_test
    branch: main

main is a branch, not a release, so this tracks it rather than pinning a version.

Then run:

shards install

shard.yml

Crystal
1.1.1
Author
Glenn Trigg
Target
  • hotwire_test from src/hotwire_test.cr

Dependencies

Runtime Dependencies

  • lucky~> 0.28.0github: luckyframework/lucky
  • carbon~> 0.2.0github: luckyframework/carbon
  • authentic~> 0.8.0github: luckyframework/authentic
  • lucky_env~> 0.1.3github: luckyframework/lucky_env
  • lucky_task~> 0.1.0github: luckyframework/lucky_task
  • carbon_sendgrid_adapter~> 0.1.0github: luckyframework/carbon_sendgrid_adapter

Development Dependencies

  • lucky_flow~> 0.7.3github: luckyframework/lucky_flowdev

README

Hotwire test

This is a simple app written using Lucky to explore using the hotwire approach. At the moment it just uses the turbo component (turbo-frames & turbo-streams).

This just implements a simple coin album collection. It has limited functionality and usefulness apart from demonstrating the hotwire approach.

Setting up the project

  1. Run script/setup
  2. Run lucky dev to start the app

Learning Lucky

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.