Skip to content

bellizio/angular-pwa

Repository files navigation

Angular PWA

An Angular PWA starter kit with Workbox

Getting Started

Dependencies

Setup

  1. git clone https://github.com/bellizio/angular-pwa.git
  2. cd angular-pwa
  3. yarn install

Overview

This is an Angular PWA starter kit based on the official Angular Webpack guide. It includes everything detailed in the guide with a few modifications in order to incorporate the following:

Scripts

Development

npm start - builds and serves the app at localhost:8080

Production

npm run build:prod - builds the app for production

npm run serve:prod - builds the app for production and starts a local server at localhost:8080

Testing

npm test - runs all unit tests