Basic project structure for react-redux app development
git clone https://github.com/CheerfulYeti/React-Redux-Starter-Kit.git
npm i
npm start
You can add JSON-responses to src/api/stub
and run stub API server to test your async actions
node path/to/repo/src/api/stub/server.js