From ab7ef4ed3b9a65b5eff2a6be0934ef3f3cab00f6 Mon Sep 17 00:00:00 2001 From: Pete Hunt Date: Sun, 14 Jul 2013 17:04:28 -0700 Subject: [PATCH] Update 08-working-with-your-environment.md --- docs/docs/refactor/08-working-with-your-environment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/refactor/08-working-with-your-environment.md b/docs/docs/refactor/08-working-with-your-environment.md index f1cc8c8951..1f5b55bf3b 100644 --- a/docs/docs/refactor/08-working-with-your-environment.md +++ b/docs/docs/refactor/08-working-with-your-environment.md @@ -26,4 +26,5 @@ The open-source community has built tools that integrate JSX with several build * [reactify](https://github.com/andreypopp/reactify) - use JSX with [browserify](http://browserify.org/). * [grunt-react](https://github.com/ericclemmons/grunt-react) - [grunt](http://gruntjs.com/) task for JSX -* [require-jsx](https://github.com/seiffert/require-jsx) - use JSX with [require.js](http://requirejs.org/) \ No newline at end of file +* [require-jsx](https://github.com/seiffert/require-jsx) - use JSX with [require.js](http://requirejs.org/) +* [reactapp](https://github.com/jordwalke/reactapp) - a sample project to get up-and-running with React quickly