If you want to Modify the Frontend: cd /client npm install npm start npm build to view changes to frontend view in browser : localhost:4200
To run app in build after changes to frontend or backend: make sure you have node modules installed in the root of project folder npm install nodemon server or npm start(root of your project, not in /client) view in browser : localhost:3000
Final Code to Complete Stack