This is a new version of the Traccar web app. It is still in a very early stage of development.
It uses React, Material UI and MapLibre GL JS. Feedback and contributions are welcome.
To run the project in development mode:
- Make sure you have Traccar backend running.
- Install dependencies using
npm install
command - Run development server using
npm start
command
To change the backend server URL:
- Copy the content of the .env to .env.local (new file)
- Change REACT_APP_URL_NAME to your backend URL. Example: 'example.com:8081'
Project was created using Create React App. For more information see user guide.