blob: 866dfd37903dbc4fb3d0250c55b9bcaa776d283e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
This is a new version of the Traccar web app. It is still in a very early stage of development.
It uses [React](https://reactjs.org/), [Material UI](https://material-ui.com/) and [MapLibre GL JS](https://maplibre.org/). 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](https://github.com/facebook/create-react-app). For more information see [user guide](https://github.com/facebook/create-react-app/blob/master/packages/react-scripts/template/README.md).
|