--- id: downloads title: Downloads layout: single --- Download the starter kit to get everything you need to [get started with React](/react/docs/getting-started.html).
Download Starter Kit {{site.react_version}}
## Individual Downloads #### React Core {{site.react_version}} (production) The compressed, production version of React core ```html ``` #### React Core {{site.react_version}} (development) The uncompressed, development version of React core with inline documentation. ```html ``` #### JSX Transform The JSX transformer used to support [XML syntax](/react/docs/syntax.html) in JavaScript. ```html ``` ## Bower ```sh $ bower install --save react ``` ## NPM ```sh $ npm install -g react-tools ```