482 B
482 B
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