diff options
author | ditoaugusta <dt_ap@ymail.com> | 2020-03-24 11:04:27 +0700 |
---|---|---|
committer | ditoaugusta <dt_ap@ymail.com> | 2020-03-24 11:04:27 +0700 |
commit | c7254fc1afe2b0cbf80326671cb5d1eda701e5b3 (patch) | |
tree | b6a953d28aff98c78eb7c1bcd46fb4df9ae2ceb0 /modern/README.md | |
parent | 48a726021f5d3c741749094891d529ccb3ba59b4 (diff) | |
download | trackermap-web-c7254fc1afe2b0cbf80326671cb5d1eda701e5b3.tar.gz trackermap-web-c7254fc1afe2b0cbf80326671cb5d1eda701e5b3.tar.bz2 trackermap-web-c7254fc1afe2b0cbf80326671cb5d1eda701e5b3.zip |
feat: .env.local to change backend url
Diffstat (limited to 'modern/README.md')
-rw-r--r-- | modern/README.md | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/modern/README.md b/modern/README.md index 6b8edbb3..c6092df7 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). |