- Install redux-devtools-extension to have better experience when developing.
For now, the best way is to place all logic in the same place with components to make it less painful when scaling the application. Current structure is the combination of ideas from organizing-redux and ducks-modular-redux. Briefly, I will have our reducer, action-types, and actions in the same place with featured components.
$ npm run dev
$ npm test
$ npm run build
$ npm start
Access http://localhost:3000
to see the application
Feel free to open an issue on the repo.