Created
April 16, 2016 17:30
-
-
Save tylermcginnis/e61a7b6ec52e3db4c66926bfa79b4df0 to your computer and use it in GitHub Desktop.
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 --save react react-dom && npm install --save-dev html-webpack-plugin webpack webpack-dev-server babel-{core,loader} babel-preset-{react,es2015,stage-0} style-loader css-loader |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For all it's worth (as obvious as it may be to some), this didn't work on windows but opening up the babel tags to the following did:
npm install --save react react-dom && npm install --save-dev html-webpack-plugin webpack webpack-dev-server babel-core babel-loader babel-preset-react babel-preset-es2015 babel-preset-stage-0 style-loader css-loader