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:
- NodeJS - Download and Install latest
LTS
version of Node: NodeJS - Git - Download and Install Git
- Angular CLI - Install Command Line Interface for Angular https://cli.angular.io/
This 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.