https://github.com/adrienpoly/stimulus-flatpickr-rails61
Example of using stimulus-flatpickr in a Rails 6 / Stimulus 2 application
https://github.com/adrienpoly/stimulus-flatpickr-rails61
Last synced: about 2 months ago
JSON representation
Example of using stimulus-flatpickr in a Rails 6 / Stimulus 2 application
- Host: GitHub
- URL: https://github.com/adrienpoly/stimulus-flatpickr-rails61
- Owner: adrienpoly
- Created: 2021-01-14T06:33:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T06:40:38.000Z (over 4 years ago)
- Last Synced: 2025-02-09T22:31:09.690Z (3 months ago)
- Language: Ruby
- Size: 187 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Example app Stimulus-Flatpickr Rails 6.1 / Stimulus 2.0
## Getting started
clone the repo
```
bundle
yarn install
rails db:create db:migrate
rails s
```