Hosting my MEAN stack web app on github pages Hosting my MEAN stack web app on github pages express express

Hosting my MEAN stack web app on github pages


If you want to host a it on GitHub pages you can follow these steps:

  1. Separate Angular front end with node back end API.
  2. Host your Angular front end to GitHub pages.
  3. Then host your node back end to some cloud hosting. Make sure you have CORS enabled. It will work as a REST API.
  4. Now use the REST API end points to wire up the the whole app.