https://github.com/hopsoft/todo
WIP: CableReady + StimulusReflex + Web Components todo app demo
https://github.com/hopsoft/todo
Last synced: about 1 month ago
JSON representation
WIP: CableReady + StimulusReflex + Web Components todo app demo
- Host: GitHub
- URL: https://github.com/hopsoft/todo
- Owner: hopsoft
- Created: 2020-10-02T03:21:20.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-03T16:28:03.000Z (about 5 years ago)
- Last Synced: 2025-06-05T19:06:41.393Z (4 months ago)
- Language: Ruby
- Homepage:
- Size: 374 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App Demo Showcasing CableReady, StimulusReflex, & Web Components
## Development
```sh
git clone https://github.com/hopsoft/todo.git
cd todo
asdf local ruby 2.7.1
asdf local nodejs 12.18.4
bundle
yarn
bundle exec rails db:create db:migrate
bundle exec raisl dev:cache
bin/tmuxinator
```### Coding Standards
Standardize your code before pushing your code up.
```sh
bin/standardize
```