mage-ui v1.0.6
Mage-UI 
Using just single command, scaffold UI boilerplate with following libraries and examples of react and redux:

Demo
Click here for MAGE-UI demo ...
Usage
With npx
$ npx mage-uiWithout npx
install mage-ui globally
$ npm i -g mage-uirun mage-ui inside the directory where you want to scaffold the project
$ mage-uiRuning Boilerplate
cdinto project boilerplate.Run
npm run watchto start the webpack. It will create dist directory with the bundled code and keep watching for changes.ORRun
npm startto start the webpack dev server. It will automatically open the home page of boilerplate in the browser.- Run
npm run buildto create the optimized, minfied and production ready code insidedistdirectory.
Result

Boilerplate Directory Structure
Boilerplate directory structure is quite intituitive and simple.
- Project root directory contains following files and directories

srcdirectory is the main directory.index.htmlandApp.jsare the entry points.
assetsdirectory is for static assets like css, images and static js files
base_templatedirectory contains the react component for header, footer, router etc
commondirectory contains the general react components that can be used by other components
every page in the boilerplate is a seperate react component.
pagesdirectory contains them