Created
May 20, 2016 10:13
-
-
Save Shemeikka/d4c73bd97080614660036af42b58d605 to your computer and use it in GitHub Desktop.
Install react development environment with npm
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 react-dom | |
npm install --save-dev babel webpack webpack-dev-server | |
npm install --save-dev babel-core babel-loader babel-preset-es2015 babel-preset-react |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment