Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/krivega/react-redux-shop

:evergreen_tree: Implementation of an online store in the infrastructure of react-redux
https://github.com/krivega/react-redux-shop

create-react-app frontend immutablejs javascript react-redux react-router reactjs redux redux-saga reselect

Last synced: 8 days ago
JSON representation

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

Awesome Lists containing this project

README

        




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](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:

```bash
# 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

```bash
# build to dir
$ npm run build
```