https://github.com/hotforfeature/angular-polymer-starter-kit
A starting point for Angular 4 and Polymer 2 apps
https://github.com/hotforfeature/angular-polymer-starter-kit
Last synced: 2 months ago
JSON representation
A starting point for Angular 4 and Polymer 2 apps
- Host: GitHub
- URL: https://github.com/hotforfeature/angular-polymer-starter-kit
- Owner: hotforfeature
- Created: 2017-10-18T21:50:00.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-17T21:09:05.000Z (over 5 years ago)
- Last Synced: 2025-03-29T00:51:15.444Z (3 months ago)
- Language: TypeScript
- Size: 280 KB
- Stars: 5
- Watchers: 2
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular Polymer Starter Kit
This template is inspired by the [Polymer Starter Kit](https://github.com/PolymerElements/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](https://github.com/hotforfeature/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.