Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 390 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 390 Bytes

Installation steps

  • Do a git clone https://github.com/codedamn/angular7-project-with-server code in your directory.
  • Run cd code/frontend && npm i && cd ../server && npm i to complete dependency installation.
  • In server folder, run node index.js to start backend server.
  • In frontend folder, run ng serve --proxy-config proxyconfig.json to start the dev frontend server.