kumojin/extreme-carpaccio

Rewrite the server frontend using a modern stack

Closed this issue · 0 comments

Currently the server frontend is using React 0.12 and jQuery. This a working but the stack is outdated and it is not easy to add new features in the UI.

Definition of done

  • Use the latest version of React for the server UI
  • Add tests to prevent any regression

Suggestion

  • Use Turborepo for a clean monorepo with a backend app and a frontend app (#5)