Last active
August 1, 2017 11:19
-
-
Save yashodhandivakaran/56618d7f83c35b9f723e140c5619030e to your computer and use it in GitHub Desktop.
Project structure of react-redux-electron app.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
|- app | |
|- src | |
|- main.js | |
|- components | |
|- component1 | |
| |- index.js | |
| |- actions | |
| | |- index.js | |
| |- reducer | |
| | |- index.js | |
| |- sagas | |
| |- sagas1.js | |
| |- sagas2.js | |
|- component2 | |
| |- index.js | |
| |- actions | |
| | |- index.js | |
| |- reducer | |
| | |- index.js | |
| |- sagas | |
| |- sagas1.js | |
| |- sagas2.js | |
|- reducer | |
| |- index.js | |
|- action | |
| |- index.js | |
|- sagas | |
|- index.js |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment