Since it is written in typsecript, You have to first transpile it down to JS file
- Go to Backend
- Install all the dependencies by running
npm install -D typescript
and thennpm install
- Run
tsc-b
- Run
node dist/index.js
- Go to Frontend
- Run
npm install
- Run
npm run dev