https://github.com/vicompany/academy-web-components
https://github.com/vicompany/academy-web-components
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicompany/academy-web-components
- Owner: vicompany
- Created: 2017-08-24T15:04:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-10T09:04:48.000Z (over 8 years ago)
- Last Synced: 2025-07-09T17:02:43.534Z (10 months ago)
- Language: HTML
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```