https://github.com/ryanseddon/webcomponents-talk
The Composable Web with Web Components
https://github.com/ryanseddon/webcomponents-talk
Last synced: 2 months ago
JSON representation
The Composable Web with Web Components
- Host: GitHub
- URL: https://github.com/ryanseddon/webcomponents-talk
- Owner: ryanseddon
- Created: 2014-04-28T04:57:31.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-05-10T01:57:37.000Z (about 11 years ago)
- Last Synced: 2025-03-25T01:08:02.979Z (2 months ago)
- Language: CSS
- Homepage: ryanseddon.github.io/webcomponents-talk/
- Size: 10.7 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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. [Grunt](http://gruntjs.com): `$ npm install -g grunt-cli`Then, install dependencies and run the preview server:
```bash
$ npm install && bower install
$ grunt server
```