Created
May 19, 2016 21:20
-
-
Save mikechau/04e07888499d025bb9f187b2047c110c to your computer and use it in GitHub Desktop.
react project setup
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 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