This project was bootstrapped with Create React App.
In the project directory, you can run:
Start new CRA project in Terminal
Once CRA installation is complete, remove default src directory and replace with clean index.js and App.js files
Install all dependencies
store actions > index.js actionTypes > index.js reducers > accountReducer.js index.js (rootreducer) index.js (export * as actionCreators from ./actions) store.js