Skip to content

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

Notifications You must be signed in to change notification settings

Krivega/react-redux-shop

Repository files navigation


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