Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/derkoe/remix-todos
Remix Todo App
https://github.com/derkoe/remix-todos
remix remix-run todo-app todomvc
Last synced: 2 months ago
JSON representation
Remix Todo App
- Host: GitHub
- URL: https://github.com/derkoe/remix-todos
- Owner: derkoe
- Created: 2022-03-10T21:50:06.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T23:48:20.000Z (3 months ago)
- Last Synced: 2024-10-17T10:51:33.216Z (3 months ago)
- Topics: remix, remix-run, todo-app, todomvc
- Language: TypeScript
- Homepage:
- Size: 164 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo App in Remix
This is a demo application showing the use of [Remix](https://remix.run/).
There are also [Quarkus](https://quarkus.io/) versions for comparison:
- [Quarkus with htmx](https://github.com/derkoe/quarkus-htmx-todos)
- [Quarkus with Hotwire](https://github.com/derkoe/quarkus-hotwire-todos)## Development
After checkout run `npm install`.
For developing the app:
```sh
docker-compse up -d
npm run dev
```This starts your app in development mode, rebuilding assets on file changes.