Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/iberasoft/reactjs-redux-practice

🛒 Simple app for learning purposes
https://github.com/iberasoft/reactjs-redux-practice

babel eslint express heroku nodejs npm reactjs redux stylus testing-library webpack

Last synced: 14 days ago
JSON representation

🛒 Simple app for learning purposes

Awesome Lists containing this project

README

        



# React Redux Practice

> A simple React + Redux implementation.

## Prerequisites

- NodeJS and NPM
- Chrome React Dev Tools
- Chrome Redux Dev Tools

## Running

First `npm install` to grab all the necessary dependencies.

Then run `npm start` and open in your browser.

## Production Build

Run `npm build` to create a dist folder and a bundle.js file.