Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrtinsvitor/redux-counter

Simple Redux counter developed to learning purposes
https://github.com/mrtinsvitor/redux-counter

Last synced: 12 days ago
JSON representation

Simple Redux counter developed to learning purposes

Awesome Lists containing this project

README

        

# React Counter with Redux

Simple React Counter example using the Redux.

## Requirements

For development, you will only need Node.js installed on your environement.

## Install

$ git clone https://github.com/mrtins/redux-counter/
$ cd redux-counter
$ npm install

## Start & watch

$ npm start

## Simple build for production

$ npm run build