Short URL UI on React.
- PORT (by the default it's set to 3005)
- REACT_APP_API_URL (url address to the hosted short-url-api_net (https://localhost:44303/api) for short-url-api_node (http://localhost:3001)
- REACT_APP_HOSTING_URL (url of a hosted WebUI by the default it's http://localhost:${PORT})
In the project directory, you can run:
Install all the packages
Runs the app in the development mode.
Open http://localhost:{PORT} to view it in the browser.
Vitalii Vepretskyi