KonnorRogers / rails-shoelace-example

A simple rails app using Shoelace web components

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

This repository is an example of how to use Shoelace with Rails.

Requirements

  • Ruby >= 2.6
  • Node >= 12.10

Getting started

git clone https://github.com/ParamagicDev/rails-shoelace-example
cd rails-shoelace-example
bundle install && yarn install --check-files

Viewing the web page

In one terminal run:

./bin/webpack-dev-server

Then in another terminal run:

rails server

Then go to localhost:3000 to view your Rails app and see Shoelace in action!

Railsbyte

This repo was created with the help of this Railsbyte.

https://railsbytes.com/templates/X8BsEb

About

A simple rails app using Shoelace web components


Languages

Language:Ruby 74.6%Language:HTML 13.5%Language:JavaScript 10.1%Language:CSS 1.6%Language:SCSS 0.1%