aboutsummaryrefslogtreecommitdiff
path: root/modern/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'modern/README.md')
-rw-r--r--modern/README.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/modern/README.md b/modern/README.md
index 6b8edbb..c6092df 100644
--- a/modern/README.md
+++ b/modern/README.md
@@ -4,8 +4,13 @@ It uses [React](https://reactjs.org/), [Material UI](https://material-ui.com/) a
To run the project in development mode:
-- Make sure you have Traccar back-end running locally on port 8082
+- 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).