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!
Contributing
This project uses Standard
and Prettier-Standard to minimize bike shedding related to code formatting.
Please run ./bin/standardize
prior submitting pull requests.