Monday, 20 May, 2019 UTC


Summary

How do you go from a normal app to a server-rendered app? Let’s start with a normal app. Download  Tour of Heroes. This is the completed tutorial app they use over at angular.io. Once downloaded, head over to the root of the app and npm i  to install the dependencies. Then do npm start and head over to http://localhost:4200  to […]
The post Angular Tutorial: Server Side Rendering appeared first on Jean-Pierre Sierens.