Dendra's application interfaces realized as a collection of interconnected web apps.
This is a multi-app monorepo.
.
└── packages # Source for all apps organized by purpose
├── account-app # User account signup and settings (SPA)
├── common # Source shared across all apps
├── data-query-app # Data query interface (SPA)
├── management-app # Management interface (SPA)
├── metadata-site # Matadata browsing (SSR)
└── public-site # Public facing web site (SSG)
- This is a proof of concept and work in progress.
- See Makefile for more.
- TypeScript supported and optional at this stage.
- Uses V1 design for vite-plugin-ssr.
- Also see Vike.