Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 464 Bytes

File metadata and controls

34 lines (25 loc) · 464 Bytes

React

Start a new application easily with all necessary tools

  • React
  • Redux
  • Webpack
  • Babel 6
  • Redux Router
  • Redux DevTools
  • Eslint
  • Karma w Mocha & Chai
  • Express

Installation

git clone https://github.com/sihetech/react-templete.git

Keep it up to date

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