stimulus_reflex_todomvc

An implementation of TodoMVC using Ruby on Rails, StimulusJS, and StimulusReflex

MIT License

Stars
49

StimulusReflex TodoMVC

An implementation of TodoMVC using Ruby on Rails, StimulusJS, and StimulusReflex.

Expands on the original goals of TodoMVC by providing a full application... including a server and database.

Demo

https://stimulus-reflex-todomvc.herokuapp.com

You may notice some latency related to hosting on free tier services.

Local Setup

  1. Install dependencies

  2. Clone the repo

    git clone https://github.com/hopsoft/stimulus_reflex_todomvc.git
    
  3. Switch into the project folder

    cd stimulus_reflex_todomvc
    
  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!

Code

Important Files

View a diff with all changes.

Contributing

This project uses Standard and Prettier to minimize bike shedding related to code formatting. Please run ./bin/standardize prior submitting pull requests.

Badges
Extracted from project README
Lines of Code - app directory Maintainability Ruby Style Guide
Related Projects