a6ecbfe927
CI / unit-test-and-lint (push) Has been cancelled
CI / build-fe (push) Has been cancelled
CI / build-e2e (push) Has been cancelled
CI / run-e2e (push) Has been cancelled
* fix in increase gives kepzettseg * Update frontend/src/second-edition/domain-models/kepzettsegek2E.ts Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Frontend (Vite)
This frontend now uses Vite + React + TypeScript.
Scripts
yarn devoryarn start: Start the Vite dev server.yarn build: Build production assets todist/.yarn preview: Serve the production build locally.yarn test: Run tests once with Vitest.yarn test:watch: Run tests in watch mode.
Notes
- Static files are served from
public/. - The app entry HTML is
index.htmlat the project root. - LESS files are compiled by Vite automatically, no separate compile step is needed.