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.
https://stimulus-reflex-todomvc.herokuapp.com
You may notice some latency related to hosting on free tier services.
-
Install dependencies
-
Clone the repo
git clone https://github.com/hopsoft/stimulus_reflex_todomvc.git
-
Switch into the project folder
cd stimulus_reflex_todomvc
-
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!
This project uses Standard
and Prettier to minimize bike shedding related to code formatting.
Please run ./bin/standardize
prior submitting pull requests.