Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 607 Bytes

File metadata and controls

17 lines (9 loc) · 607 Bytes

refence

https://www.infoq.cn/article/TqCmpDM6KtvjZchqiXZM https://blog.angular.io/introducing-angular-v17-4d7033312e4b

Development server

Run ng serve or npm run start for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

SSR server

Run npm run start:ssr for a ssr web server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Running unit tests

Run ng test to execute the unit tests via Karma.