React-Redux-Boilerplate
React-Redux Boilerplate is ReactJS boilerplate with Redux, Redux-Saga and many other dependencies. The boilerplate containing modern web development tools such as Webpack, Babel and React Hot Loader.
- Clone this repo using
git clone https://github.com/david-babunashvili/React-Redux-Boilerplate.git
- Move to the appropriate directory:
cd React-Redux-Boilerplate
. - Run
npm install
to install dependencies. - Run
npm start
to start the development server.