Skip to content

DNRN/starters-angular-universal

Repository files navigation

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

About

Angular Universal server side renderer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published