stimulus_reflex_expo
stimulus_reflex_expo copied to clipboard
StimulusReflex demos
StimulusReflex Expo
Local Setup
-
Install dependencies
-
Clone the repo
git clone https://github.com/hopsoft/stimulus_reflex_expo.git -
Switch into the project folder
cd stimulus_reflex_expo -
Run the setup command
bin/setup -
Start the rails server
bin/rails server -
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).
-
Install dependencies
-
Clone the repo
git clone https://github.com/hopsoft/stimulus_reflex_expo.git -
Switch into the project folder
cd stimulus_reflex_expo -
Run the provision command
dip provision -
Start the rails server along with webpacker
dip up rails webpacker -
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).