diff options
Diffstat (limited to 'modern/README.md')
-rw-r--r-- | modern/README.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/modern/README.md b/modern/README.md new file mode 100644 index 0000000..6b8edbb --- /dev/null +++ b/modern/README.md @@ -0,0 +1,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). |