Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 397 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 397 Bytes

Universal Starter

This project is created with angular-cli.

Build

Build without server side rendering:

npm run build

Build the universal application:

npm run build:ssr

Serve

Serve without server side rendering http://localhost:4200:

npm start

Serve wil server side rendering http://localhost:4000:

npm run serve:ssr