Guest User

Untitled

a guest
Aug 19th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. npm i create-react-app -g // once
  2.  
  3. npx create-react-app + name
  4. npm i redux --save
  5. npm i react-redux --save
  6. import Provider and connect fron react-redux
  7. npm run eject
  8. npm i babel-plugin-transform-decorators-legacy --save
  9. search for babel-loader/options in webpack.config.dev && webpack.config.prod and add it ' plugins: ['transform-decorators-legacy'],
Add Comment
Please, Sign In to add comment