Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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!

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
```