Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`