aboutsummaryrefslogtreecommitdiff
path: root/modern/README.md
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2020-03-22 23:07:16 -0700
committerGitHub <noreply@github.com>2020-03-22 23:07:16 -0700
commit48a726021f5d3c741749094891d529ccb3ba59b4 (patch)
tree8df80eca54f9dd39664f63365ffcc2ec248fb3df /modern/README.md
parentf5165c8e897e8d9cf4219d943e2d34b61adb48b5 (diff)
parentba9cc86f667486a09edb323402c2d63ada5ea639 (diff)
downloadtrackermap-web-48a726021f5d3c741749094891d529ccb3ba59b4.tar.gz
trackermap-web-48a726021f5d3c741749094891d529ccb3ba59b4.tar.bz2
trackermap-web-48a726021f5d3c741749094891d529ccb3ba59b4.zip
Merge pull request #768 from traccar/modern
Create a new React web app
Diffstat (limited to 'modern/README.md')
-rw-r--r--modern/README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/modern/README.md b/modern/README.md
new file mode 100644
index 00000000..6b8edbb3
--- /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).