Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save matthewharwood/fe597716915607dcff20cd0c4a555c80 to your computer and use it in GitHub Desktop.
Save matthewharwood/fe597716915607dcff20cd0c4a555c80 to your computer and use it in GitHub Desktop.
Up and running with angular-cli, nx, pwa, universal, firebase, and prerendering.
ng new morningharwood --routing
ng generate universal --client-project morningharwood
ng generate app-shell --universal-project --route=app-shell-path --client-project=morningharwood
ng add @angular/pwa --project morningharwood
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment