/stimulus_reflex_expo

[WIP] StimulusReflex demos

Primary LanguageRubyMIT LicenseMIT

StimulusReflex Expo

Local Setup

  1. Install dependencies

  2. Clone the repo

    git clone https://github.com/hopsoft/stimulus_reflex_expo.git
  3. Switch into the project folder

    cd stimulus_reflex_expo
  4. Run the setup command

    bin/setup
  5. Start the rails server

    bin/rails server
  6. See the app in action

    To see the application in action, open a browser window and navigate to http://localhost:3000. That's it!

Contributing

This project uses Standard and Prettier-Standard to minimize bike shedding related to code formatting. Please run ./bin/standardize prior submitting pull requests.