/react-redux-action-counter

React counter demo app - To be familiar with react, redux, react-redux, redux-action, webpack and more concept

Primary LanguageJavaScriptMIT LicenseMIT

react-redux-action-counter

This project is just for the demo purpose to familiar with Redux, React-Redux and Redux-Action with the React JS

Project setup

Clone repository in your system
git clone https://github.com/aureatelabs/react-redux-action-counter.git
Installed required project dependencies
yarn install
To start with the development mode
yarn start
To compile and make production mode
yarn build