Skip to content

Angular 13 Example Progressive Web App (PWA)

Notifications You must be signed in to change notification settings

msrafi/angular-pwa

 
 

Repository files navigation

Angular 13 Example PWA

An Angular starter kit featuring Angular 13.1.1, Angular CLI 13.1.2

it's part of a repo series designed to create a Progressive Web App with Angular

Web Application Live Demo

Angular 13 Example 
      Application

Quick start

# choose a repo
# download the example or clone the repo from github
git clone https://github.com/ganatan/angular-pwa.git

# download the example or clone the repo from gitlab
git clone https://gitlab.com/ganatan/angular-pwa.git

# download the example or clone the repo from bitbucket
git clone https://bitbucket.org/ganatan/angular-pwa.git

# change directory
cd angular-pwa

# install the repo with npm
npm install

# start the server
npm start

in your browser go to http://localhost:4200

Getting Started

Installation

  • npm install (installing dependencies)
  • npm outdated (verifying dependencies)

Developpement

Tests (Use Chrome Version 87 minimum)

  • npm run test

Compilation

  • npm run build ( without SSR)
  • npm run build:ssr ( with SSR)

Production

Prototype Bootstrap 5

  • change directory cd ui
  • launch html pages in your browser

Author

  • Author : danny

Documentation

English Tutorials

Tutoriels en français

About

Angular 13 Example Progressive Web App (PWA)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 41.1%
  • HTML 32.8%
  • TypeScript 19.7%
  • CSS 6.4%