Bumps the npm_and_yarn group with 1 update in the /frontend directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Updates `vite` from 6.2.3 to 6.2.4 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> |
||
---|---|---|
.. | ||
public | ||
src | ||
.editorconfig | ||
.gitattributes | ||
.prettierrc.json | ||
env.d.ts | ||
eslint.config.ts | ||
index.html | ||
Makefile | ||
package-lock.json | ||
package.json | ||
README.md | ||
tsconfig.app.json | ||
tsconfig.json | ||
tsconfig.node.json | ||
vite.config.ts |
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