Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 317 Bytes

File metadata and controls

7 lines (7 loc) · 317 Bytes

First of all you have to create react app with this command - npx create-react-app react-redux-data-fetching(your desire app name) -then you can run your app with this command - npm start You have to install these packages - 1.npm install redux 2.npm install react-redux 3.npm install redux-thunk 4.npm install axios