Georgy5 / hotwire-forums

Learn Hotwire (Turbo and Stimulus)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Implementation of the Rails 7 tutorial by Andrea Fomera Learn Hotwire by building a Forum to learn Hotwire.

  • Ruby version:
    Ruby 3.2.2

  • Rails version:
    Rails 7.0.5

  • System dependencies:
    Yarn package manager (or NPM - I used Yarn 1.22.x)
    Bundler (I used version 2.4.x)

  • Database creation:
    Run bin/rails db:create
    Run bin/rails db:migrate

  • Database initialization:
    Run bin/rails db:seed

Getting Started

To get a local copy up and running follow these steps.

  • Change to the desired directory then run the following:

    • Git clone the project
    • cd hotwire-forums/
    • run rails db:create

Running the Application Locally

_Steps to execute the app locally_

Run bin/rails server in the console in the working directory

Acknowledgements

Hotwire tutorial by Andrea Fomera Learn Hotwire by building a Forum

About

Learn Hotwire (Turbo and Stimulus)


Languages

Language:Ruby 69.1%Language:HTML 28.1%Language:JavaScript 1.4%Language:SCSS 1.2%Language:Shell 0.2%