Angular 6 PWA (progressive web app) starter application ready to use with best practice structure and often used libraries.
Angular PWA Starter is a ready-to-use Angular 9 Progressive Web App (PWA) starter application. It utilizes Angular’s Service-Worker for offline functionality and includes features such as a manifest for app installation, caching of static files, and a core module for global models and services. The theme also comes pre-configured with libraries like Bootstrap, Fontawesome, Moment.js, and Lodash.
To install the Angular PWA Starter theme, follow these steps:
npm i in your terminal.ng serve and navigate to http://localhost:4200/ in your browser. The app will automatically reload if you make any changes to the source files.ng build. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.Please note that in order to test the Service-Worker functionality, you need to build the project with ng build --prod and run it on an HTTPS server.
Angular PWA Starter is an Angular 9 Progressive Web App starter application that provides out-of-the-box features like offline functionality, installable app support, and caching of static files. It also includes additional libraries like Bootstrap, Fontawesome, Moment.js, and Lodash for easy integration. With its pre-configured core module and routing module, it offers a solid foundation for building modern PWAs.