Skip to content

shafiqrefat/react-redux-data-fetching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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