angular-university / rxjs-course

RxJs In Practice Course - https://angular-university.io/course/rxjs-course
MIT License
382 stars 436 forks source link

How to run server and client (angular 13, node 16) #42

Open f-rostami opened 2 years ago

f-rostami commented 2 years ago

Unfortunately, a new version of node and angular make it hard to run server and client. in order to work just change the package.json file and you will be good to go. line code 7 and 8 inside package.json "start": "ng serve --proxy-config ./proxy.json", "server": "ts-node -P ./server/server.tsconfig.json ./server/server.ts", for server -> npm run server for client -> npm start