cdinto thenode-serverdirectory.- run
npm installcommand
- run
cdinto theangular-appdirectory.- run
npm installcommand
- run
- To run the node server:
cdinto thenode-serverdirectory.- run
node index.jscommand
- To run the Angular app
- Open a new command line/terminal window
cdinto theangular-appdirectory.- run
ng serve -ocommand