AndyObtiva / sample-glimmer-dsl-web-rails7-app

Sample Glimmer DSL for Web Rails 7 Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample Glimmer DSL for Web Rails 7 App

Glimmer DSL for Web Application

This is a sample app built with Glimmer DSL for Web (Ruby in the Browser Web GUI Library).

Setup Instructions

Note that you need Ruby 3.0.2 to run this project.

This is a standard Rails app. As such, you may setup locally by cloning the repository and running the following commands from inside the app directory:

  • bundle
  • rails db:migrate
  • rails s

You should see a Sample Selector app by default, which is written in Ruby using Glimmer DSL for Web in this file:

app/assets/javascript/application.js.rb

Sample Screenshot

License

MIT

Copyright (c) 2023 Andy Maleh. See LICENSE.txt for further details.

--

Built with Glimmer (Ruby Desktop Development GUI Library)

About

Sample Glimmer DSL for Web Rails 7 Application

License:MIT License


Languages

Language:Ruby 80.3%Language:HTML 15.9%Language:JavaScript 2.5%Language:CSS 1.4%