created with create-react-app, expressJS, and configured KnexJS, and migrations, when starting up the application in terminal do npm i
and then go to cd frontend
and do npm i
.
The frontend (browser) will send requests to the backend through a proxy configured in frontend/package.json, runs the frontend on port '3000' just terminal #npm start
, and for backend its running on port '8000' just terminal node start
.