Skip to content

Krivega/react-redux-shop

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 


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