Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mrtinsvitor/react-context-counter-example

Simple React Counter example using the new React Context API.
https://github.com/mrtinsvitor/react-context-counter-example

Last synced: 12 days ago
JSON representation

Simple React Counter example using the new React Context API.

Awesome Lists containing this project

README

        

# React Counter With React Context

Simple React Counter example using the new React Context API.


Edit react-context-counter-example

## Requirements

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

## Install

$ git clone https://github.com/mrtins/react-context-counter-example.git
$ cd react-context-counter-example
$ npm install

## Start & watch

$ npm start

## Simple build for production

$ npm run build