Get started with React, React-Redux
$ git clone https://github.com/oguz3/react-redux-template.git project-name
$ cd project-name
$ npm install
$ npm start
├── public
├── src
│ ├── actions
│ │ └── index.js
│ ├── reducer
│ │ └── index.js
│ ├── styles
│ │ ├── Global.css
│ │ ├── variables.css
│ ├── App.js
│ ├── index.js
├── .gitignore
├── package-lock.json
├── package.json
└── README.md