Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/georgy5/hotwire-forums
Learn Hotwire (Turbo and Stimulus)
https://github.com/georgy5/hotwire-forums
hotwire rails7 ruby stimulus turbo
Last synced: 14 days ago
JSON representation
Learn Hotwire (Turbo and Stimulus)
- Host: GitHub
- URL: https://github.com/georgy5/hotwire-forums
- Owner: Georgy5
- Created: 2023-06-05T09:57:43.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-01T19:46:35.000Z (over 1 year ago)
- Last Synced: 2024-12-20T21:22:23.874Z (about 2 months ago)
- Topics: hotwire, rails7, ruby, stimulus, turbo
- Language: Ruby
- Homepage:
- Size: 90.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Implementation of the Rails 7 tutorial by Andrea Fomera [Learn Hotwire by building a Forum](https://store.afomera.dev/learn-hotwire) to learn [Hotwire](https://hotwired.dev).
* 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 StartedTo 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](https://store.afomera.dev/learn-hotwire)