This is the source code of my blog at http://azizwrites.xyz.
It is built on Angular 8 with Universal for SSR.
The database in use is Firebase.
npm install
run npm run start:ssr
Run npm run build
to build the project for production. The build artifacts will be stored in the dist/
directory.