Skip to content

derkoe/remix-todos

Repository files navigation

Todo App in Remix

This is a demo application showing the use of Remix.

There are also Quarkus versions for comparison:

Development

After checkout run npm install.

For developing the app:

docker-compse up -d
npm run dev

This starts your app in development mode, rebuilding assets on file changes.