coldwired-rails-demo

MIT License

Stars
2

Coldwired Rails Demo

What is this?

This is an example rails application using coldwired. It works in a similar way with turbo, but is based on remix and morphdom. See details in coldwired repository.

There is also a couple of rails specific things. A rake task coldwired:routes which generate a JSON with all the server routes and a concern with patch of redirect_to method to provide coldwired specific redirects.

Run

bin/setup
yarn dev