/react-redux-shop

:evergreen_tree: Implementation of an online store in the infrastructure of react-redux

Primary LanguageJavaScript


MIDFOREST
MIDFOREST

Implementation of an online store in the infrastructure of react-redux.

How To Use

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

Deployment

# build to <build> dir
$ npm run build