https://github.com/shystruk/command-pattern-in-web-components
Here you may find Custom Elements with GitHub Jobs API (express and cors)
https://github.com/shystruk/command-pattern-in-web-components
babel cors customelements es6 express javascript webcomponents webpack
Last synced: 2 months ago
JSON representation
Here you may find Custom Elements with GitHub Jobs API (express and cors)
- Host: GitHub
- URL: https://github.com/shystruk/command-pattern-in-web-components
- Owner: shystruk
- License: mit
- Created: 2017-11-09T14:13:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T23:16:36.000Z (about 8 years ago)
- Last Synced: 2025-05-25T08:02:49.710Z (about 1 year ago)
- Topics: babel, cors, customelements, es6, express, javascript, webcomponents, webpack
- Language: JavaScript
- Size: 2.07 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Custom Elements with GitHub Jobs API (express and cors)
> With Custom Elements, web developers can create new HTML tags, beef-up existing HTML tags, or extend the components other developers have authored. The API is the foundation of web components. It brings a web standards-based way to create reusable components using nothing more than vanilla JS/HTML/CSS. The result is less code, modular code, and more reuse in our apps.
What is "The Command Pattern" doing here, you may find here - https://medium.com/@shystruk/are-you-going-to-write-some-code-wait-for-a-sec-i-see-a-design-pattern-here-783a9377cec6
Run server from the root directory (localhost:80)
```
node index.js
```
**Example usage:**
```
```
