polymer Creating app using Polymer Starter Kit

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Introduction

Polymer Starter Kit is an excellent solution to start building Progressive Web Apps. It offers a responsive material design User Interface, Page Routing, Offline-first service.

Syntax

  • Polymer: Command for initiating polymer cli
  • Polymer init: Presents a list of templates to choose to build your element/app
  • npm: Initiates the Node.js Package Manager CLI interface
  • npm install: Installs a package
  • npm install -g: Installs a package globally on your system. Useful for CLI tools


Got any polymer Question?