https://github.com/alo/alo.ninja
Angular SSR with Universal website
https://github.com/alo/alo.ninja
angular ssr typescript universal
Last synced: about 1 month ago
JSON representation
Angular SSR with Universal website
- Host: GitHub
- URL: https://github.com/alo/alo.ninja
- Owner: alo
- Created: 2018-05-23T12:37:54.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T11:25:20.000Z (over 3 years ago)
- Last Synced: 2025-01-24T20:19:05.101Z (over 1 year ago)
- Topics: angular, ssr, typescript, universal
- Language: TypeScript
- Homepage: https://alo.ninja
- Size: 8.84 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 28
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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](https://alo.dev)
You can see a step by step guide [here](https://github.com/AlmeriaJS/angular6-web-ssr)
If you want to play with this project, just clone it and
Development mode
```bash
npm i
npm start
```
SSR mode
```bash
npm i
npm run build:universal
npm run start:express-server
```
Prerender mode
```bash
npm i
npm run build:universal
npm run tsc:prerender
npm run prerender
npx http-server dist/alodev/
```