An open API service indexing awesome lists of open source software.

https://github.com/animesh-ghosh/todo_hotwire


https://github.com/animesh-ghosh/todo_hotwire

Last synced: 6 months ago
JSON representation

Awesome Lists containing this project

README

          

# todo_hotwire

Single-Page Todo App with Ruby on Rails and Hotwire, built to practice Hotwire.

I am running Ruby 3.2.2, rest can be installed via bundler.

## Talk

Gave a talk about Hotwire at the Bengaluru Ruby User Group meetup, the slides live at [slides.md](slides.md).

## Installation

1. Clone the repository
2. Run `bin/setup`
3. Run the server

```bash
bin/setup
bin/rails s
```

## Running Tests

```bash
bundle exec rspec
```