This project is created with angular-cli.
Build without server side rendering:
npm run build
Build the universal application:
npm run build:ssr
Serve without server side rendering http://localhost:4200:
npm start
Serve wil server side rendering http://localhost:4000:
npm run serve:ssr