This project was made with React by Mohamadhassan Ebrahimi, Faezee Aghabozorgi and Zahra Ghaedi and actively maintained by Shaina co.
For the list of all requirement libraries see package.json.
In the project directory, you can run:
Install all dependencies, written in package.json
file.
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
Builds the app for production to the build
folder.
It correctly bundles React in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
To see a full list of URLs, see Constants.js.
Note: Change help
constant in ServerURLs
, as it's not a valid address currently!
Note: Any changes in server's SOA urls should be reflected to Constants.js -> ServerURLs
.
To change any of front-end URLs, simply change Constants.js -> URLs
.
Note that these changes should be consistent with the routing table provided in index.js.
All these settings are availabe in package.json.
proxy
: used to bypass CORS, should be changed to actual server's url