Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hopsoft/stimulus_controllers
[WIP] Stimulus controller library common enough to span multiple projects
https://github.com/hopsoft/stimulus_controllers
javascript stimulus stimulus-controllers stimulusjs
Last synced: 12 days ago
JSON representation
[WIP] Stimulus controller library common enough to span multiple projects
- Host: GitHub
- URL: https://github.com/hopsoft/stimulus_controllers
- Owner: hopsoft
- License: mit
- Created: 2020-02-22T21:35:03.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T02:41:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T09:48:13.492Z (21 days ago)
- Topics: javascript, stimulus, stimulus-controllers, stimulusjs
- Language: JavaScript
- Homepage:
- Size: 4.36 MB
- Stars: 58
- Watchers: 5
- Forks: 3
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Hopsoft Stimulus Controllers
## Project Structure
1. `controllers` - the controller library
1. `playground` - a place to test the controllers in the library## Local Setup
```sh
git clone --origin github [email protected]:hopsoft/stimulus_controllers.git
cd stimulus_controllers/playground
yarn && yarn start
```### Tmuxinator
1. `gem install tmuxinator`
1. `cp .tmuxinator.example.yml .tmuxinator.yml`
1. Edit `.tmuxinator.yml`
1. `bin/tmuxinator`