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.
Install dependencies from npm and bower
npm install
bower install
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.
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
Run npm run build to build the project for production with a service worker in the dist/ directory.