gpstracker/frontend
2025-04-16 09:49:09 +02:00
..
public Use solid background for maskable icons 2025-03-31 21:12:54 +02:00
src Added support for editing location points. 2025-04-16 09:49:09 +02: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 Use vite-plugin-pwa to initialize the PWA 2025-03-31 13:44:34 +02:00
Makefile Added separate Makefile for frontend 2025-02-28 02:26:55 +01:00
package-lock.json Bump vite in /frontend in the npm_and_yarn group across 1 directory 2025-03-31 18:54:00 +00:00
package.json Bump vite in /frontend in the npm_and_yarn group across 1 directory 2025-03-31 18:54:00 +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 maskable icons to PWA 2025-03-31 21:09:00 +02: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