This repository contains two different projects -
-
backend/ - Generated with
express-generator
. -
frontend/ - Generated with
create-react-app
.
Below line in frontend/package.json to access the backend APIs -
"proxy": "http://localhost:9000"
Both should be run separately and parallely.