Skip to content

Latest commit

 

History

History

app

Web Application (Front-end)

Directory Structure

├──common — Common (shared) React components
├──core — Core modules, React hooks, customized theme, etc.
├──dialogs — React components implementing modal dialogs
├──icons — Custom icon React components
├──menus — React components implementing popup menus
├──public — Static assets such as robots.txt, index.html etc.
├──routes — Application routes and page (screen) components
├──global.d.ts — Global TypeScript declarations
├──index.html — HTML page containing application entry point
├──index.tsx — Single-page application (SPA) entry point
├──package.json — Workspace settings and NPM dependencies
├──tsconfig.ts — TypeScript configuration
└──vite.config.ts — JavaScript bundler configuration (docs)