Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andrewmcodes-archive/stimulus_nested_forms
StimulusJS Nested Forms
https://github.com/andrewmcodes-archive/stimulus_nested_forms
gorails haml rails stimulus webpacker
Last synced: about 1 month ago
JSON representation
StimulusJS Nested Forms
- Host: GitHub
- URL: https://github.com/andrewmcodes-archive/stimulus_nested_forms
- Owner: andrewmcodes-archive
- License: mit
- Created: 2019-03-21T03:42:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-21T03:51:28.000Z (almost 6 years ago)
- Last Synced: 2024-11-08T14:48:53.246Z (3 months ago)
- Topics: gorails, haml, rails, stimulus, webpacker
- Language: Ruby
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Stimulus Nested Forms
## A demo
[Dynamic Nested Forms with Stimulus JS by Chris Oliver](https://gorails.com/episodes/dynamic-nested-forms-with-stimulus-js?autoplay=1)
## Get started
```
git clone https://github.com/andrewmcodes/stimulus_nested_forms
cd stimulus_nested_forms
bundle
db:reset
foreman start
```## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/andrewmcodes/stimulus_nested_forms. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
## License
The project is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
## Code of Conduct
Everyone interacting in the `stimulus_nested_forms` project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/andrewmcodes/stimulus_nested_forms/blob/master/CODE_OF_CONDUCT.md).