From 3e365d33f1114b9ddb432558ef7974af9343f883 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/refactor/08-working-with-your-environment.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/refactor/08-working-with-your-environment.md b/docs/refactor/08-working-with-your-environment.md index f1cc8c89..1f5b55bf 100644 --- a/docs/refactor/08-working-with-your-environment.md +++ b/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