From 12d64772e8d2d7810504cb2007f28b667faf9279 Mon Sep 17 00:00:00 2001 From: M Clark Date: Tue, 5 Apr 2016 10:03:28 +0800 Subject: [PATCH] Updated link to boilerplate Updated link to boilerplate as react-webpack-node now has their alt implementation on a branch. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 310548f8..807c9a09 100644 --- a/README.md +++ b/README.md @@ -149,7 +149,7 @@ class TodoView extends Component { ### Boilerplates * [Isomorphic Flux Boilerplate](https://github.com/iam4x/isomorphic-flux-boilerplate) -* [React + Webpack + Node](https://github.com/choonkending/react-webpack-node) +* [React + Webpack + Node](https://github.com/choonkending/react-webpack-node/tree/flux/alt) * [Web-React](https://github.com/darul75/web-react) * [Generator-React-Webpack-Alt](https://github.com/weblogixx/generator-react-webpack-alt) * [Isomorphic Alt Generator](https://www.npmjs.com/package/generator-iso-alt)