An open API service indexing awesome lists of open source software.

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

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
```