Last active
June 3, 2016 04:04
-
-
Save edinsoncs/fb0e9179ad2cdc58a5aedeb961cdce18 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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