Fast way to start to apply react with redux using webpack
Clone this repo using git clone
and remove .git
folder to star a new project.
Open you project in the terminal and run npm install
npm start
npm test
npm test:watch
.
├── app
│ ├── actions
│ ├── components
│ ├── containers
│ └── reducers
├── build
│ └── reports
└── test
└── reducers
.
├── Component
│ ├── Component.js
│ ├── Component.scss
│ └── Component.spec.js
└── index.js