An open API service indexing awesome lists of open source software.

https://github.com/foo4u/polymer3-components-poc

Investigate usage of Polymer 3 components on a vanilla HTML page
https://github.com/foo4u/polymer3-components-poc

Last synced: 11 months ago
JSON representation

Investigate usage of Polymer 3 components on a vanilla HTML page

Awesome Lists containing this project

README

          

# Polymer 3 with HTML App

## Compiling

### Compile the Foo Component

$ cd components/foo-component
$ yarn install && yarn build
$ cd -

### Compile the Bar Component

$ cd components/bar-component
$ yarn install && yarn build
$ cd -

## Run the Server

$ cd server
$ yarn install
$ yarn start

## Open in a Browser

Navigate to http://localhost:3000/ to view the application