In addition to building individual elements using the Polymer library, you can build entire applications from custom elements.
This section covers:
- Application templates.
- Building your application for production.
- Serving your application.
- Using the PRPL pattern for fast-loading web applications.
- Using service worker for improved loading performance and offline support.
To get started, see the section on Application templates.