Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pimterry/web-components-and-microservices-are-the-same-thing
https://github.com/pimterry/web-components-and-microservices-are-the-same-thing
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pimterry/web-components-and-microservices-are-the-same-thing
- Owner: pimterry
- Created: 2014-09-27T14:59:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T22:16:01.000Z (over 9 years ago)
- Last Synced: 2024-05-02T06:05:23.987Z (6 months ago)
- Language: HTML
- Homepage: http://pimterry.github.io/Web-components-and-microservices-are-the-same-thing/
- Size: 3.99 MB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web Components And Microservices Are The Same Thing
> 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
```## View example source
Take a look in the comparably folder. Each folder there contains a microservice, including comparably/client, which primarily consists of a UI built up from web components.