How do I setup the following :
Web Server : react + typescript application using npm - http://server1:19000/enter
Backend Server : Springboot http://server2:20000/api
I am using webpack to build the react application and springboot using mvn
Os : Windows