I build this for my colg project
-
root folder( ./)
npm ilet it finish
-
go to client (./bill_ocr)
cd bill_ocr/ npm ilet it finish
-
go to ocr-server folder
cd ocr-server/ npm i -
last step (at root folder)
```bash npm run dev ```NOTE: if u want to run both backend and frontend separate then skip step 4 (for more information visit package.json file)
npm run server
open another terminal
npm run client