Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/krivega/react-redux-shop
- Owner: Krivega
- Created: 2017-11-21T22:58:41.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T16:43:40.000Z (almost 7 years ago)
- Last Synced: 2023-10-20T21:04:00.877Z (about 1 year ago)
- Topics: create-react-app, frontend, immutablejs, javascript, react-redux, react-router, reactjs, redux, redux-saga, reselect
- Language: JavaScript
- Homepage: http://midforest.krivega.com/
- Size: 4.13 MB
- Stars: 8
- Watchers: 3
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
```