yeoman webapp with grunt-connect-proxy not working
问题 I have installed the yeoman webapp generator and I am trying to set up a proxy to another server. I installed the proxy with the following. npm install grunt-connect-proxy --save-dev When I run grunt server, it shows Running "configureProxies" task Proxy created for: /people to localhost:3000 It then directs me to a page running on localhost:9000 which says "Cannot GET /" There is a server running at localhost:3000 and I have tried other domains with no succes. Here is my Gruntfile.js //