https://github.com/ganatan/angular-pwa
Angular 22 Examples PWA (Progressive Web App)
https://github.com/ganatan/angular-pwa
angular angular-cli angular18 angular19 angular20 angular21 angular22 bootstrap4 bootstrap5 example-project pwa server-side-rendering
Last synced: about 8 hours ago
JSON representation
Angular 22 Examples PWA (Progressive Web App)
- Host: GitHub
- URL: https://github.com/ganatan/angular-pwa
- Owner: ganatan
- License: mit
- Created: 2019-08-30T05:04:42.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2026-06-24T10:25:28.000Z (11 days ago)
- Last Synced: 2026-06-24T12:10:40.529Z (11 days ago)
- Topics: angular, angular-cli, angular18, angular19, angular20, angular21, angular22, bootstrap4, bootstrap5, example-project, pwa, server-side-rendering
- Language: HTML
- Homepage:
- Size: 31 MB
- Stars: 65
- Watchers: 4
- Forks: 42
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Angular 22 Progressive Web App
it's part of a repo series designed
to create a **Web Application with Angular 22**
* Featuring [**Angular 22.0.2**](https://github.com/angular/angular/releases) & [**Angular CLI 22.0.4**](https://github.com/angular/angular-cli/releases/)
* See the [**Angular Live demo**](#angular-live-demo), Test the repo with [**Quick start**](#angular-quick-start) and for more information Read the step by step [**Tutorial**](#angular-tutorial) or read the [**Getting started**](#angular-getting-started)
---
# [Angular Live Demo](#angular-live-demo)
Here is a working Angular live demo : https://angular.ganatan.com
# [Angular Quick start](#angular-quick-start)
```bash
# download the example or clone the repo from github
git clone https://github.com/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](http://localhost:4200)
# [Angular Tutorial](#angular-quick-start)
Here is a step by step Tutorial : https://www.ganatan.com/en/tutorials/getting-started-with-angular
# [Angular Getting started](#angular-getting-started)
## Installation
* `npm install` (installing dependencies)
* `npm outdated` (verifying dependencies)
## Development
* `npm run start`
* in your browser go to [http://localhost:4200](http://localhost:4200)
## Production
* `npm run build`
## Linter
* `npm run lint`
## Tests
* `npm run test`
* `npm run coverage`
# [Author](#author)
* Author : danny
## [Angular English Tutorials](#english-tutorials)
- Installation - https://www.ganatan.com/en/tutorials/progressive-web-app-with-angular
- Tutorials Step by Step - https://www.ganatan.com/en/tutorials
## [Tutoriels Angular en français](#french-tutorials)
- Installation - https://www.ganatan.com/tutorials/progressive-web-app-avec-angular
- Tutoriels Etape par étape - https://www.ganatan.com/tutorials