Created
June 5, 2018 14:22
-
-
Save matthewharwood/fe597716915607dcff20cd0c4a555c80 to your computer and use it in GitHub Desktop.
Up and running with angular-cli, nx, pwa, universal, firebase, and prerendering.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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