Thanks to visit codestin.com
Credit goes to github.com

Skip to content

foo4u/polymer3-components-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Investigate usage of Polymer 3 components on a vanilla HTML page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published