/ferro-example-todolist-compositor

A demonstration of the style compositor included in opal-ferro ruby gem. This is a Rails 5.2 application with some frontend code.

Primary LanguageRubyMIT LicenseMIT

README

This repo is a demonstration of the style compositor included in opal-ferro ruby gem. This is a Rails 5.2 application with some frontend code.

This application implements a simple todo-list. Styling is done using either Bootstrap V4.1.1 or Tachyons V4.9.1.

Preparing

Clone this repo and use bundler to get dependencies:

bundle install

Run development website:

export RAILS_ENV=development
rails s

Then visit http://localhost:3000

Making changes

All the (Ferro) action is in the app/assets/javascripts folder.

More information

To find more information about Ferro and to see a running example of this todo-list go here.