https://github.com/jpsierens/angular-ssr-demo
Completed Angular's SSR Demo
https://github.com/jpsierens/angular-ssr-demo
angular server-side-rendering
Last synced: 3 months ago
JSON representation
Completed Angular's SSR Demo
- Host: GitHub
- URL: https://github.com/jpsierens/angular-ssr-demo
- Owner: jpsierens
- Created: 2019-05-20T16:41:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-20T17:22:53.000Z (about 6 years ago)
- Last Synced: 2025-01-21T12:47:05.912Z (5 months ago)
- Topics: angular, server-side-rendering
- Language: TypeScript
- Size: 1.46 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# angular-ssr-demo
Completed Angular's SSR Demo## Install
```npm i ```## Run
as SPA:```npm start```
as SSR:
```npm run build:ssr && npm run serve:ssr```