Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Shemeikka/d4c73bd97080614660036af42b58d605 to your computer and use it in GitHub Desktop.
Save Shemeikka/d4c73bd97080614660036af42b58d605 to your computer and use it in GitHub Desktop.
Install react development environment with npm
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