The Wayback Machine - https://web.archive.org/web/20201129030346/https://github.com/hopsoft/stimulus_reflex_expo
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
Apr 6, 2020
db
Jun 10, 2020
lib
Jun 12, 2020
log
Oct 17, 2019
Oct 17, 2019
Oct 17, 2019
Oct 17, 2019
Oct 18, 2019
Oct 18, 2019
Oct 18, 2019

README.md

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).

You can’t perform that action at this time.