ff-stream-web

git clone git://archive.git.mtrnord.blog/MTRNord/ff-stream-web.git
Log | Files | Refs | README | LICENSE

commit 733df18214b289d1d0a1db49a1e55c900d2afefc
parent 34781f5b5c692236eb283f37e7089f19412c6aa9
Author: Konstantin Tarkus <hello@tarkus.me>
Date:   Fri,  8 May 2015 11:26:08 +0300

Update README.md

Diffstat:
MREADME.md | 8+++++---
1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -2,8 +2,7 @@ [![Build Status](http://img.shields.io/travis/kriasoft/react-starter-kit/master.svg?style=flat-square)](http://travis-ci.org/kriasoft/react-starter-kit) [![Dependency Status](https://david-dm.org/kriasoft/react-starter-kit.svg?style=flat-square)](https://david-dm.org/kriasoft/react-starter-kit) -[![devDependency Status](https://david-dm.org/kriasoft/react-starter-kit/dev-status.svg?style=flat-square)](https://david-dm.org/kriasoft/react-starter-kit#info=devDependencies) -[![Gitter](http://img.shields.io/badge/chat-online-brightgreen.svg?style=flat-square)](https://gitter.im/kriasoft/react-starter-kit) +[![Gitter](http://img.shields.io/badge/chat_room-online-brightgreen.svg?style=flat-square)](https://gitter.im/kriasoft/react-starter-kit) [![Tips](http://img.shields.io/gratipay/koistya.svg?style=flat-square)](https://gratipay.com/koistya) > This project template is a skeleton for an [isomorphic](http://nerds.airbnb.com/isomorphic-javascript-future-web-apps/) @@ -107,9 +106,12 @@ Test any javascript module by creating a `__tests__/` directory where the file is. Name the test by appending `-test.js` to the js file. [Jest](https://facebook.github.io/jest/) will do the rest. +### Customizations + + * [Azure deployment](https://github.com/kriasoft/react-starter-kit/pull/106) + ### Related Projects - * [React Starter Kit Add-ons](https://github.com/kriasoft/react-starter-kit-addons) * [React Component Starter Kit](https://github.com/kriasoft/react-component-starter) * [React Decorators](https://github.com/kriasoft/react-decorators) (higher-order components)