How to setup express and node into an existing front-end only Angular 2 project?
I have a current front-end only Angular 2 application using the Angular-CLI and NPM. I want visitors to be able to send me emails through the contact form. For this I obviously need a back-end, express and node, in which I have no experience in using. I need to intergrate express and node into my app but I dont know how to do this correctly. I have found THIS similar question on SO but its not relevant to my situation. Other tutorials only show how to scaffold a MEAN stack app not intergrate the backend after the front end has been built. What I would like to know : How do I set up my Angular