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

https://github.com/vicompany/academy-web-components


https://github.com/vicompany/academy-web-components

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

# Academy: Web Components

With the increasing support of [HTML templates](http://caniuse.com/#feat=template), [custom elements](http://caniuse.com/#feat=custom-elementsv1), [Shadow DOM](http://caniuse.com/#feat=shadowdomv1) and [HTML Imports](http://caniuse.com/#feat=imports), web components is becoming reality.

## Installation

After cloning the repository, run:

```shell
npm install
npm start
```