commit af4afbd6e0e62c117f6a735b25832767f1dcc153 parent e382c282f5a4871f012023402bd214a1b9a19a90 Author: Konstantin Tarkus <hello@tarkus.me> Date: Fri, 1 May 2015 16:19:13 +0300 Add related projects to README.md Diffstat:
| M | README.md | | | 17 | +++++++++++------ |
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/README.md b/README.md @@ -1,10 +1,10 @@ -# React / Flux Starter Kit +# React Starter Kit -[](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://gratipay.com/koistya) -[](https://gitter.im/kriasoft/react-starter-kit) +[](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://gratipay.com/koistya) +[](https://gitter.im/kriasoft/react-starter-kit) > This project template is a skeleton for an [isomorphic](http://nerds.airbnb.com/isomorphic-javascript-future-web-apps/) > web application (SPA) based on Facebook's [React](https://facebook.github.io/react/) @@ -106,6 +106,11 @@ 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. +### 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) + ### Learn More * [Getting Started with React.js](http://facebook.github.io/react/)