webdevotion / stimulus_reflex_expo

StimulusReflex demos

Home Page:http://expo.stimulusreflex.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

http://expo.stimulusreflex.com

License:MIT License


Languages

Language:Ruby 47.8%Language:HTML 29.0%Language:SCSS 11.3%Language:JavaScript 9.8%Language:Dockerfile 1.3%Language:CSS 0.5%Language:Shell 0.3%