use node js as backend with angular frontend

Solutions on MaxInterview for use node js as backend with angular frontend by the best coders in the world

showing results for - "use node js as backend with angular frontend"
Desmond
02 May 2020
11. Create a folder: mkdir project-name
22. Enter in the folder: cd project-name
33. Install Angular (you must have npm): npm install -g @angular/cli
44. Create Angular project: ng new frontend
55. Create server folder: mkdir server
66. Enter in the folder: cd server
77. Init Nodejs: npm init
88. Create index.js in server
99. Setup proxy in Angular to use Nodejs