hotforfeature / angular-polymer-starter-kit

A starting point for Angular 4 and Polymer 2 apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Angular Polymer Starter Kit

This template is inspired by the Polymer Starter Kit and serves to help developers with a starting point on building an app with Angular 5 and Polymer 2.

This project uses Origami to enable interoperability between Angular and Polymer.

Setup

Install dependencies from npm and bower

npm install
bower install

CLI Patch

Origami works by patching the Angular CLI. If you receive errors about your bower html imports, try running npm run patch-cli to re-execute the patch script.

Development Server

This command will launch the Angular CLI dev server at http://localhost:4200/. The app will automatically reload if you change any of the source files.

npm start

Build

Run npm run build to build the project for production with a service worker in the dist/ directory.

About

A starting point for Angular 4 and Polymer 2 apps


Languages

Language:TypeScript 56.8%Language:HTML 28.8%Language:CSS 7.7%Language:JavaScript 6.7%