// General reference
| .gitignore
| package.json
| tsconfig.json
| tslint.json
| webpack.config.js
+---src
| index.ts
| index.css
| index.html
+---components
| index.ts
| AppPage.tsx
| ...
+---types
| index.ts
| ...
+---store
index.ts
actions.ts
reducer.ts
types.ts