Progressive Web Apps (PWA) and Accelerated Mobile Pages (AMP)培训
Introduction
Overview of the Front-End Web Development Cycle
JavaScript logic/libraries, HTML, and CSS
Front-end versus back-end
AMP and PWA
Processes and modules used to optimize a web application
Free Hosted Cache Platforms
Rel alternatives
SERP impact
Progressive Web Apps Go Native
Cross-platform
Backward compatibility
Feature parity
Preparing the Development Environment
Installing tools to generate Service Worker code
Installing a static content server
Developing the Application
Code a todo list AMP template with AMP specs
Style the AMP template with AMP tags
Installing and configuring AMP-Install-Service Worker
Transforming the AMP to a PWA
Generating Service Worker's code
Customizing cached information depending on whether online or offline
Adding a manifest
Adding an appshell to receive requests
Creating and styling push notifications
Testing the Application
Refreshing on a browser to view code changes
Deploying the Application
Running the application on mobile simulator or mobile device
Summary and Conclusion