blob: 6b8edbb317319a28661e10a5ad2c55be710c7027 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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 [OpenLayers](https://openlayers.org/). 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](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).
|