gpstracker/frontend
Fabio Manganiello 28928a40ca Style improvements.
- Improved POI style (a bit bigger and with border)

- Improved styling of the close buttons.

- Added palette with accent/background colors.
2025-02-22 17:23:38 +01:00
..
public Major bootstrap. 2025-02-22 16:31:43 +01:00
src Style improvements. 2025-02-22 17:23:38 +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
package-lock.json Major bootstrap. 2025-02-22 16:31:43 +01:00
package.json Major bootstrap. 2025-02-22 16:31:43 +01:00
README.md Merged README files for backend and frontend. 2025-02-22 16:38:48 +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 Major bootstrap. 2025-02-22 16:31:43 +01:00

GPSTracker [frontend]

This is the root folder for the GPSTracker frontend.

See main README for more information.

Building the frontend

npm install
npm run build

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