8000 GitHub - hopsoft/stimulus_reflex_todomvc: An implementation of TodoMVC using Ruby on Rails, StimulusJS, and StimulusReflex
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

hopsoft/stimulus_reflex_todomvc

Repository files navigation

Lines of Code - app directory Maintainability Ruby Style Guide

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 6

0