A project done in the process of making a reactjs tuorial in Bangla
- Clone the repository.
- Open seprate terminal windows/tabs in the
frontend
andbackend
folder. - For
backend
runnpm install
, thennpm start
. - Now the
backend
should be up onhttp://localhost:4000
. - For
frontend
runnpm install
, thennpm start
. - Now the
frontend
should be up onhttp://localhost:3000
.