Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 648 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 648 Bytes

Basic boilerplate react-redux application with boilerplate code.

To install:

To run:

  • npm start

The App component is connected to the redux store. To remove it, replace delete the mapStateToProps and mapDispatchToProps functions at the bottom of the App.js file and remove the connect wrapper around the App export. There are BasicReducer and BasicActions files in the redux folder. To remove them, delete the files and remove the import and the reference of the BasicReducer from the RootReducer file.