Skip to content

Instantly share code, notes, and snippets.

@edinsoncs
Last active June 3, 2016 04:04
Show Gist options
  • Select an option

  • Save edinsoncs/fb0e9179ad2cdc58a5aedeb961cdce18 to your computer and use it in GitHub Desktop.

Select an option

Save edinsoncs/fb0e9179ad2cdc58a5aedeb961cdce18 to your computer and use it in GitHub Desktop.
npm install --save react
npm install --save react-dom
npm install --save babelify babel-preset-react
npm install --save react react-dom babelify babel-preset-react
npm install browserify
libs other file in react
https://fb.me/react-15.1.0.min.js
https://fb.me/react-dom-15.1.0.min.js
compile to reactjs babel 5.8.23
https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.min.js
babel --presets react js --watch --out-dir build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment