Georgy5 / hotwired_ats

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README

Learning Rails with the Hotwire stack, CableReady, and StimulusReflex with this book

docker-compose up
bin/rails db:create
bin/dev
  • Ruby version:
    Ruby 3.1.4

  • Rails version:
    Rails 7.0.8

  • System dependencies:
    Bundler (I used version 2.5.x)

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

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 hotwired_ats/
    • run rails db:create

Running the Application Locally

_Steps to execute the app locally_

Run bin/dev in the console in the working directory

Navigate to localhost:3000/

Acknowledgements

Introduction to Hotwired ATS by David Colby Github repo.

About


Languages

Language:Ruby 62.7%Language:HTML 25.5%Language:JavaScript 9.8%Language:CSS 1.8%Language:Shell 0.3%