Start a new application easily with all necessary tools
- React
- Redux
- Webpack
- Babel 6
- Redux Router
- Redux DevTools
- Eslint
- Karma w Mocha & Chai
- Express
git clone https://github.com/sihetech/react-templete.git
Track this repo
git remote add upstream https://github.com/sihetech/react-templete.git
Rebase on the latest version
git fetch upstream
git rebase upstream/master