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
- Host: GitHub
- URL: https://github.com/foo4u/polymer3-components-poc
- Owner: foo4u
- Created: 2018-04-16T18:54:14.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T20:32:19.000Z (about 8 years ago)
- Last Synced: 2025-06-10T00:36:57.286Z (about 1 year ago)
- Language: JavaScript
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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