Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save esperancaJS/4603cb3cd1df6da3aaa46bc307d236d2 to your computer and use it in GitHub Desktop.
Save esperancaJS/4603cb3cd1df6da3aaa46bc307d236d2 to your computer and use it in GitHub Desktop.
|
├─src/
│  │
│  ├─website-app/
│  │
│  ├─android-app/
│  │
│  ├─ios-app/
│  │  
│  └─state/
│  	 ├─store-1/
│  	 │   └─store-1.[actions|reducer|state|effects]
│  	 │
│  	 └─store-2/
│	     ├─store-2.[actions|reducer|state|effects]
│	     └─README.md
│   
├─assets/
│   
└─node_modules/

Notes

  • each *-app will have it's own webpack config, it's own UIs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment