You would need two terminals in order to run both frontend and backend at the same time in this projects.
$ cd ./nestjs-backend $ npm run start:dev
$ cd ./svelte-frontend $ npm run dev