gpstracker/frontend
dependabot[bot] b2a9e9dbcb
Bump the npm_and_yarn group across 1 directory with 2 updates
Bumps the npm_and_yarn group with 2 updates in the /frontend directory: [esbuild](https://github.com/evanw/esbuild) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `esbuild` from 0.24.2 to 0.25.1
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.24.2...v0.25.1)

Updates `vite` from 6.1.1 to 6.2.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-25 11:08:10 +00:00
..
public  Set favicon 2025-03-23 23:41:43 +01:00
src  Fixed two type errors. 2025-03-23 23:51:40 +01:00
.editorconfig Major bootstrap. 2025-02-22 16:31:43 +01:00
.gitattributes Major bootstrap. 2025-02-22 16:31:43 +01:00
.prettierrc.json Major bootstrap. 2025-02-22 16:31:43 +01:00
env.d.ts Major bootstrap. 2025-02-22 16:31:43 +01:00
eslint.config.ts Major bootstrap. 2025-02-22 16:31:43 +01:00
index.html Major bootstrap. 2025-02-22 16:31:43 +01:00
Makefile Added separate Makefile for frontend 2025-02-28 02:26:55 +01:00
package-lock.json Bump the npm_and_yarn group across 1 directory with 2 updates 2025-03-25 11:08:10 +00:00
package.json Bump the npm_and_yarn group across 1 directory with 2 updates 2025-03-25 11:08:10 +00:00
README.md Added separate Makefile for frontend 2025-02-28 02:26:55 +01:00
tsconfig.app.json Major bootstrap. 2025-02-22 16:31:43 +01:00
tsconfig.json Major bootstrap. 2025-02-22 16:31:43 +01:00
tsconfig.node.json Major bootstrap. 2025-02-22 16:31:43 +01:00
vite.config.ts Added dynamic SVG map marker. 2025-03-23 23:43:39 +01:00

GPSTracker [frontend]

This is the root folder for the GPSTracker frontend.

See main README for more information.

Building the frontend

make

Configuration

Imported from the root level - see .env.example.

Running the frontend

npm run start

Project Setup

Compile and Hot-Reload for Development

cd frontend
npm run dev

Lint with ESLint

npm run lint