Weather web app using Progressive Web App techniques.
As an Angular Community we’ll start coding our first Progressive Web Application.
We’ll use latest version of
First, make sure you have following software installed:
LTS
version of Node: NodeJSThis project was generated with Angular CLI
version 1.1.2.
Run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run ng generate component component-name
to generate a new component. You can also use ng generate directive|pipe|service|class|module
.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the -prod
flag for a production build.
Since the focus of this project is build an Angular App, we’ll use public APIs to display required data.
We’ll add more information about this soon.