Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brandonroberts/angular-cli-ssr
An example application with the Angular CLI and SSR
https://github.com/brandonroberts/angular-cli-ssr
Last synced: about 1 month ago
JSON representation
An example application with the Angular CLI and SSR
- Host: GitHub
- URL: https://github.com/brandonroberts/angular-cli-ssr
- Owner: brandonroberts
- Created: 2023-07-18T00:04:25.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T03:01:39.000Z (over 1 year ago)
- Last Synced: 2024-10-14T08:04:55.168Z (2 months ago)
- Language: TypeScript
- Size: 213 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular CLI w/SSR
This is an example application with the Angular CLI and built-in SSR. Still a WIP
## Development server
Run `ng serve` for a dev server. Navigate to `http://localhost:4200/`. The application will automatically reload if you change any of the source files.
Similar to [Analog](https://analogjs.org), SSR can be enabled by default without using Angular Universal.
Server builds are still in progress. This repository will be updated as improvements are made.