In this guide I will explain how to use Angular Universal to create a static HTML website, with dynamic content written in Markdown.
This is a double inception post for this website. It's the first post here, and it's about how this site is done.
When I was starting out this project I've had some ideas I want to achieve.
To be honest, the process was more nuanced then I've expected. In the end I've managed to accomplish all of the above, and learn a ton along the way.
You can checkout the code in this repository and use it to follow the tutorial, or fork it and use it as a starting point.
👉 https://github.com/mfrancekovic/angular-prerender-markdown
This series is broken into four parts:
🚀 Go to Part 1: Initial setup of Angular Universal.