Skip to content

RuiMochila/stimulus_reflex_expo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

144 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

StimulusReflex demos

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Ruby 50.3%
  • HTML 26.3%
  • CSS 12.4%
  • JavaScript 9.3%
  • Dockerfile 1.4%
  • Shell 0.3%