Skip to content

hopsoft/stimulus_reflex_expo

Repository files navigation

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!

Local Setup with Docker

You can also use a dockerized development environment (based on the Evil Martians' Ruby on Whales 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 provision command

    dip provision
  5. Start the rails server along with webpacker

    dip up rails webpacker
  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 (or dip bash ./bin/standardize when using Docker4Dev).