mirror of
https://github.com/morbalint/kemkas.git
synced 2026-07-18 03:13:46 +00:00
dae6aa6a87
Bumps [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) from 6.25.0 to 7.14.0. - [Release notes](https://github.com/remix-run/react-router/releases) - [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md) - [Commits](https://github.com/remix-run/react-router/commits/react-router-dom@7.14.0/packages/react-router-dom) --- updated-dependencies: - dependency-name: react-router-dom dependency-version: 7.14.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@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.