Skip to content

Commit 613df04

Browse files
committed
Ng 4.4.3, updated docs and provider added
1 parent b1996bd commit 613df04

File tree

5 files changed

+318
-118
lines changed

5 files changed

+318
-118
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
![logo](https://jerouw.nl/wp-content/uploads/2017/05/ngfbmd.png "Logo")
1010

1111
# Angular 4 | Material Design | Firebase - Starter kit
12-
A full stack starter app containing [Angular 4](https://angular.io) (v4.4.1), [Material](https://material.io/) (v2.0.0-beta.8) and [Firebase](https://firebase.google.com/) (v4.3.1).
12+
A full stack starter app containing [Angular 4](https://angular.io) (v4.4.3), [Material](https://material.io/) (v2.0.0-beta.8) and [Firebase](https://firebase.google.com/) (v4.4.0).
1313

1414
## [Live demo](http://angular4.jerouw.nl)
1515
![loginpage](https://jerouw.nl/wp-content/uploads/2017/05/ngfbmdprintscreen.png "Logo")
1616

17-
## Quick start & Development
17+
## Quick start, Development & Production
1818
[Get started now](https://github.com/jeroenouw/AngularMaterialFirebase/blob/master/docs/DEVELOPER.md)
1919

2020
## Features

docs/DEVELOPER.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ Run `npm install` to install all the dependencies.
55
Run `npm start` or `ng serve` to run this project.
66
Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
77

8-
To build the project run `npm run dist`.
9-
108
## Development
119
For own projects please use different keys in `src/app/app.component.ts`:
1210
``` firebase.initializeApp({ ```
@@ -19,4 +17,12 @@ For own projects please use different keys in `src/app/app.component.ts`:
1917
``` messagingSenderId: '[YOUR_KEY]'```
2018
``` });```
2119

22-
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
20+
Run `npm start` for a dev server. Navigate to `http://localhost:4200/`. The app will automatically reload if you change any of the source files.
21+
22+
To build the development environment, run `npm run dist`.
23+
24+
## Production
25+
To build the default production environment, run `npm run prod`.
26+
To build the production environment with Ahead-of-Time Compilation, run `npm run prod:aot`.
27+
To build the production environment with reduced file size, run `npm run prod:opt` (Takes extra time to build).
28+

0 commit comments

Comments
 (0)