commit 733df18214b289d1d0a1db49a1e55c900d2afefc
parent 34781f5b5c692236eb283f37e7089f19412c6aa9
Author: Konstantin Tarkus <hello@tarkus.me>
Date: Fri, 8 May 2015 11:26:08 +0300
Update README.md
Diffstat:
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
@@ -2,8 +2,7 @@
[](http://travis-ci.org/kriasoft/react-starter-kit)
[](https://david-dm.org/kriasoft/react-starter-kit)
-[](https://david-dm.org/kriasoft/react-starter-kit#info=devDependencies)
-[](https://gitter.im/kriasoft/react-starter-kit)
+[](https://gitter.im/kriasoft/react-starter-kit)
[](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)