Angular PWA

May 22, 2019 ยท View on GitHub

This repository is the final code for a tutorial on how to Build a Progressive Web App with Angular. Use the code here to help you as you go through the tutorial.

Screenshot software

Angular PWA Overview

Build a Progressive Web App with Angular

This repository contains the final version of the code for the tutorial that shows how to build an Angular application, walks through the steps to make it a Progressive Web Application (PWA) and then deploys it using Netlify to use the application on a mobile device.

Angular Application

The app uses the NewsAPI to let users view Technology and JavaScript news headlines.

Progressive Web Application

Uses the Angular CLI to make the Angular app a working PWA.

Deploy with Netlify

Uses the Netlify cloud hosting service to deploy the PWA from a git repository so it can be added to and used on a mobile device.

How to use this code

  1. Clone this repository to your local development environment: git@github.com:clevernickname/angular-pwa.git

  2. Change to the app directory: cd angular-pwa/src/app/

  3. Run npm install in the app directory: npm i

  4. Build the application in the app directory and set it to watch for changes: ng build --prod

Contributors