Skip to content

alo/alo.ninja

Repository files navigation

This is my personal web... made with Angular and Universal. Hosted in Firebase.

... I will try to keep it updated... maybe not the content but the Angular version ;) alo.dev

You can see a step by step guide here

If you want to play with this project, just clone it and

Development mode

npm i
npm start

SSR mode

npm i
npm run build:universal
npm run start:express-server

Prerender mode

npm i
npm run build:universal
npm run tsc:prerender
npm run prerender
npx http-server dist/alodev/