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