How to run angular and node at same time and same port?

Is there any seed project available in github?

Well you can simply serve your angular app with nodeā€¦ if with running angular you mean a dev server (as in ng serve), you might proxy certain URLs to the port where your node app is running (but it necessarily has to be a different port).

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.