How to proxy backend in anatomy project.
After running backend server, we start the main application, using
ng serve --proxy-config proxy.conf.json
or just npm start
as always.
The configuration proxys all request on adresses /backend(*)
to localhost:33333$1
.