Skip to content

Instantly share code, notes, and snippets.

@mikechau
Created May 19, 2016 21:20
Show Gist options
  • Save mikechau/04e07888499d025bb9f187b2047c110c to your computer and use it in GitHub Desktop.
Save mikechau/04e07888499d025bb9f187b2047c110c to your computer and use it in GitHub Desktop.
react project setup
- npm init
- npm install react react-dom --save
- npm install redux react-redux --save
- npm install lodash --save
- npm install webpack --save
- npm install webpack-dev-server --save-dev
- npm install babel-cli babel-core --save
- npm install babel-loader --save
- npm install babel-runtime --save
- npm install babel-plugin-transform-object-assign babel-preset-es2015 babel-plugin-transform-export-extensions babel-plugin-transform-class-properties babel-preset-stage-2 babel-preset-react
babel-plugin-transform-runtime --save
- npm install classnames --save
- npm insall json-loader --save
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment