Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.31 KB

downloads.md

File metadata and controls

51 lines (37 loc) · 1.31 KB
id title layout
downloads
Downloads
single

Download the starter kit to get everything you need to get started with React.

Individual Downloads

The compressed, production version of React core

<script src="http://fb.me/react-{{site.react_version}}.min.js"></script>

The uncompressed, development version of React core with inline documentation.

<script src="http://fb.me/react-{{site.react_version}}.js"></script>

The JSX transformer used to support XML syntax in JavaScript.

<script src="http://fb.me/JSXTransformer-{{site.react_version}}.js"></script>

All scripts are also available via CDNJS.

Bower

$ bower install --save react

NPM

$ npm install -g react-tools