https://github.com/marcoroth/stimulus_reflex-issue-289
Repo to reproduce stimulus_reflex#289
https://github.com/marcoroth/stimulus_reflex-issue-289
Last synced: over 1 year ago
JSON representation
Repo to reproduce stimulus_reflex#289
- Host: GitHub
- URL: https://github.com/marcoroth/stimulus_reflex-issue-289
- Owner: marcoroth
- Created: 2020-12-06T03:51:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T21:28:13.000Z (over 5 years ago)
- Last Synced: 2025-02-22T23:32:52.108Z (over 1 year ago)
- Language: Ruby
- Homepage: https://github.com/hopsoft/stimulus_reflex/issues/289
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# README
Repo to reproduce [`stimulus_reflex#289`](https://github.com/hopsoft/stimulus_reflex/issues/289)
## Setup
```bash
bundle install
yarn install
rails dev:cache
rails db:create db:migrate db:seed
```
## Start
```bash
rails s
bin/webpack-dev-server
```