Skip to content

Exploring Turbo features and extensions while building a music library app

License

Notifications You must be signed in to change notification settings

palkan/turbo-music-drive

Repository files navigation

Turbo Music Drive

This is a demo application exploring Turbo features and extensions. See it live!

Home Page Artist Page

Here is the list of features and the corresponding PRs (so you can see how it was implemented):

  Read more in Evil Martians' The Future of Full-Stack Rails blog series.

Running locally

All you need is Ruby 3.3+.

Install dependencies:

bundle install

Run a web server along with the TailwindCSS CLI to build (and re-build) styles:

bin/dev

Go to localhost:3000 and enjoy!