Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pimterry/what-the-hell-are-web-components
Introduction to web components
https://github.com/pimterry/what-the-hell-are-web-components
Last synced: about 1 month ago
JSON representation
Introduction to web components
- Host: GitHub
- URL: https://github.com/pimterry/what-the-hell-are-web-components
- Owner: pimterry
- Created: 2014-09-20T13:36:58.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-26T21:16:41.000Z (almost 10 years ago)
- Last Synced: 2024-05-02T06:05:23.557Z (6 months ago)
- Language: JavaScript
- Size: 398 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What the hell are Web Components
> A [Bespoke.js](http://markdalgleish.com/projects/bespoke.js) presentation, built with [generator-bespoke](https://github.com/markdalgleish/generator-bespoke)## View slides locally
First, ensure you have the following installed:
1. [Node.js](http://nodejs.org)
2. [Bower](http://bower.io): `$ npm install -g bower`
3. [Gulp](http://gulpjs.com): `$ npm install -g gulp`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ gulp serve
```