An example Rails 5.2 app using Elm to implement a countdown timer, compiled by Webpacker.
To start the application:
- Install dependencies with
bin/setup
- Start the Rails server and Webpack Dev Server with
foreman start
Visit localhost:3000
from your browser.
For more information and background, see Elm With Rails.