mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
cb8a741f14
Changes to SSR doc PR Close #52398
10 lines
320 B
Markdown
10 lines
320 B
Markdown
# Instructions for Angular SSR Example Download
|
|
|
|
This is the downloaded sample code for the [Angular SSR (Standalone) guide](https://angular.io/guide/ssr).
|
|
|
|
## Install and Run
|
|
|
|
1. `npm install` to install the `node_module` packages
|
|
2. `ng serve` to launch the dev-server
|
|
3. Launch the browser to `http://localhost:4200`
|