Files
mapper/frontend
Timothy Hofland 8ee2795eb7 feat: pre-build frontend and harden backend to bypass build failures
- Pre-built frontend 'dist' folder committed to skip npm install on Pi.
- Backend package.json updated to stable dependencies (express 4.x, multer 1.4).
- Added npm 'overrides' to explicitly block mdns2 installation.
- Updated setup.sh to use --package-lock=false for a guaranteed clean install.
2026-03-11 08:41:19 +01:00
..
2026-03-10 20:48:09 +00:00
2026-03-10 20:48:09 +00:00
2026-03-10 20:48:09 +00:00
2026-03-10 20:48:09 +00:00
2026-03-10 20:48:09 +00:00
2026-03-10 20:48:09 +00:00
2026-03-10 20:48:09 +00:00
2026-03-10 20:48:09 +00:00

React + Vite

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

Currently, two official plugins are available:

React Compiler

The React Compiler is not enabled on this template because of its impact on dev & build performances. To add it, see this documentation.

Expanding the ESLint configuration

If you are developing a production application, we recommend using TypeScript with type-aware lint rules enabled. Check out the TS template for information on how to integrate TypeScript and typescript-eslint in your project.