To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/Krivega/react-redux-shop.git
# Go into the repository
$ cd react-redux-shop
# Install dependencies
$ npm install
# Run the app
# Node server for api handling and client dev-server
$ npm start
# build to <build> dir
$ npm run build