bradtraversy / mern_shopping_list

Shopping List built with MERN and Redux
605 stars 436 forks source link

"proxy" property in package.json only works with concurrently? #15

Open fabioalxk opened 5 years ago

fabioalxk commented 5 years ago

In package.json we have "proxy": "http://localhost:5000" The API calls with axios are working fine when I start both apps with concurrently via command line.

BUT, when I try to start in with different terminals, it doesn't work. For instance: terminal1: "nodemon app.js" terminal2: "npm start" (inside the client folder)