npx create-react-app appName
yarn create react-app appName
- Go to Root Folder
npm startoryarn start
yarn add redux react-redux redux-thunk
npm install redux react-redux redux-thunk
- actions
- reducers
- services
- store
- constants
https://github.com/axios/axios
npm install axios or yarn add axios
https://react-redux.js.org/using-react-redux/connect-mapstate
https://react-redux.js.org/using-react-redux/connect-mapdispatch

