bradtraversy / mern_shopping_list

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

What to do if I have frontend and backend in two different folder #44

Closed apoorvgupta25 closed 4 years ago

apoorvgupta25 commented 4 years ago

I have setup my frontend and backend in two different folders inside root, while I am able to run npm run dev by some modifications like using cd ../projectfrontend && npm start

But I am facing issue when i run heroku-postbuild, it is not able to find the directory.