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 React-Leaflet, which is a wrapper around Leaflet. Feedback and contributions are welcome.
To run the project in development mode:
- Make sure you have Traccar back-end running locally on port 8082
- Install dependencies using
npm install
command - Run development server using
npm start
command
Project was created using Create React App. For more information see user guide.