Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcollina/nodeconfeu-2014-full-stack-through-microservices
My talk for nodeconf.eu 2014! Graft, jsChan and full-stack microservices!
https://github.com/mcollina/nodeconfeu-2014-full-stack-through-microservices
Last synced: 2 months ago
JSON representation
My talk for nodeconf.eu 2014! Graft, jsChan and full-stack microservices!
- Host: GitHub
- URL: https://github.com/mcollina/nodeconfeu-2014-full-stack-through-microservices
- Owner: mcollina
- Created: 2014-08-31T14:42:11.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-23T04:09:13.000Z (over 9 years ago)
- Last Synced: 2024-10-06T01:50:37.429Z (3 months ago)
- Language: CSS
- Homepage: http://mcollina.github.io/nodeconfeu-2014-full-stack-through-microservices/
- Size: 1.82 MB
- Stars: 6
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Graft - Full-Stack Microservices
> 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
```