Update 08-working-with-your-environment.md

This commit is contained in:
Pete Hunt 2013-07-14 17:04:28 -07:00 committed by petehunt
parent 204edb4a27
commit ab7ef4ed3b
1 changed files with 2 additions and 1 deletions

View File

@ -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/)
* [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