Skip to content

Commit

Permalink
fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
puku0x committed Mar 22, 2020
1 parent 0967f8d commit 664bb3b
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
This is a PWA sample using Angular CLI.

This sample contains following features.

- Angular Service Worker
- App Shell with Angular Universal

Expand Down Expand Up @@ -37,7 +38,7 @@ $ ng add @angular/pwa
4. Generate App Shell

```shell
$ ng g app-shell --client-project=my-app --universal-project=my-app
$ ng g app-shell --client-project=my-app
```

5. Run `ng run` to build the app
Expand All @@ -46,19 +47,19 @@ $ ng g app-shell --client-project=my-app --universal-project=my-app
$ ng run my-app:app-shell --configuration=production
```

Congratulations ! Your Angular application is built in `dist/my-app`.
Congratulations ! Your Angular application is built in `dist/my-app/browser`.

You can see the app by using a static file server.

```
$ npx serve -s dist/my-app
$ npx serve -s dist/my-app/browser
```

[actions-url]:https://github.com/puku0x/angular-pwa-sample/actions
[actions-image]:https://github.com/puku0x/angular-pwa-sample/workflows/CI/badge.svg
[david-dm-url]:https://david-dm.org/puku0x/angular-pwa-sample
[david-dm-image]:https://david-dm.org/puku0x/angular-pwa-sample.svg
[david-dm-dev-url]:https://david-dm.org/puku0x/angular-pwa-sample?type=dev
[david-dm-dev-image]:https://david-dm.org/puku0x/angular-pwa-sample/dev-status.svg
[snyk-url]:https://snyk.io/test/github/puku0x/angular-pwa-sample
[snyk-image]:https://snyk.io/test/github/puku0x/angular-pwa-sample/badge.svg
[actions-url]: https://github.com/puku0x/angular-pwa-sample/actions
[actions-image]: https://github.com/puku0x/angular-pwa-sample/workflows/CI/badge.svg
[david-dm-url]: https://david-dm.org/puku0x/angular-pwa-sample
[david-dm-image]: https://david-dm.org/puku0x/angular-pwa-sample.svg
[david-dm-dev-url]: https://david-dm.org/puku0x/angular-pwa-sample?type=dev
[david-dm-dev-image]: https://david-dm.org/puku0x/angular-pwa-sample/dev-status.svg
[snyk-url]: https://snyk.io/test/github/puku0x/angular-pwa-sample
[snyk-image]: https://snyk.io/test/github/puku0x/angular-pwa-sample/badge.svg

0 comments on commit 664bb3b

Please sign in to comment.