Created
March 15, 2016 20:43
-
-
Save kenshero/b5097e559d885b0ddac1 to your computer and use it in GitHub Desktop.
webpack-react
This file contains 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 babel-loader babel-core babel-preset-es2015 babel-preset-react |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
npm init
npm install babel-loader babel-core babel-preset-es2015 babel-preset-react --save-dev
npm install webpack --global
npm install webpack --save-dev
npm install react --save
npm install react-dom --save