Thursday, 18 May 2017

How to deploy a MEAN stack project into AWS when the front end and the back is in two different repositories?

It is a simple single page web application. the back end runs on localhost port 8000 and the front end on localhost:8080. I'm using express on frontend and backend both to create the servers. I need to know what is the proper way of hosting this web application on AWS



via E.D

No comments:

Post a Comment