gitextract_aesk4fad/ ├── .gitignore ├── README.md ├── gulpfile.js ├── package.json └── src/ ├── index.html └── js/ ├── actions/ │ └── AppActions.js ├── components/ │ └── app.js ├── constants/ │ └── AppConstants.js ├── dispatcher/ │ └── AppDispatcher.js ├── main.js └── stores/ └── AppStore.js