Building the Storefront

As we discussed at the beginning of the chapter, we are going to try something different. Instead of building a single-page app for our Storefront, we are going to implement server-side-rendered pages.

Technically, we are going to build a classical web page. The pages are going to be dynamic, rendered using a view engine to render our templates.

We want to truly leverage the benefits of our headless core application and see how we can integrate it with different client applications, so we are going to experiment a little bit with server-side-rendered pages using a third-party package.

We can easily build this using Angular, but I wanted to add a twist, to see more complex solutions in action.

Storefront micro app

As we have ...

Get MEAN Blueprints now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.