/angular-universal-blog

Example app with Angular 11 + Angular Universal + Firebase

Primary LanguageTypeScript

Angular Universal Blog

Logo

Angular Example App

Example app with Angular 11 + Angular Universal + Firebase

BLOG
ADMIN-PANEL
Report bug · Request feature

Quick Installation Instructions

  • Install npm packages npm install
  • Setup your firebase instance https://firebase.google.com/
  • Setup providers in Firebase Authentication (Email Address and Password)
  • Add a user in the Users tab
  • Use the firebase configuration information and plug it in src/environment

How to start

To start rendering this app with Universal on your local system, use the following command.

npm run dev:ssr

Demo page