SkillAgentSearch skills...

AngularMaterialPWA

Angular Material Progressive Web Application Tutorial

Install / Use

/learn @mlabieniec/AngularMaterialPWA
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Angular Material PWA

This repository is the completed parts and code for this blog post series.

Each part is an independent application that can be served. If you are following the blog post and want to create part two yourself, just copy partOne to a new application and follow the part two post. Please open an issue if you find bugs or have questions.

Build Your Own App

To use as a scaffold for your own PWA, you can copy partTwo which has authentication/authorization in it, or partOne if you don't want auth started yet (which is part two of the blog series).

$ cp -fR AngularMaterialPWA/partTwo ./my-app
$ cd my-app && npm i
$ amplify init
$ amplify add auth # Check the blog post (part 2) for relevent answers for the auth setup
$ amplify add hosting
View on GitHub
GitHub Stars56
CategoryDevelopment
Updated1y ago
Forks33

Languages

TypeScript

Security Score

80/100

Audited on Nov 20, 2024

No findings