To run app locally:
- Clone this repo.
- Into file
/APP/proxy.conf.jsonreplace all for this:
{
"*": {
"target": "https://transports-quotations.herokuapp.com",
"secure": false,
"changeOrigin": true
}
}- Run the command
npm i - Run the command
ng serve