Open ashishnxt opened 11 months ago
Its working (for back-end) First run command in terminal- npm run watch And Then open another terminal and run command- npm run dev
Is it working for you ? i tried but still crashing. Can you tell me what did you do exactly?
check if you have written "dev": "nodemon dist/app.ts" in package.json it should be app.js, not app.ts