Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Ceci's Redux lecture! This is a basic follow-along example for the students of Hack Reactor Austin's cohort 30. In it, we will be creating a React application with Redux/React-Redux.

Notifications You must be signed in to change notification settings

ceci21/button-counter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Simple Counter App!

This is a basic follow-along example for the students of Hack Reactor Austin's cohort 30. In it, we will be creating a React application with Redux/React-Redux. This empty boilerplate is created with 'create-react-app'. It does not include 'redux' and 'react-redux' which you will need to install by running the following in your terminal:

npm install --save redux
npm install --save react-redux

How to use:

npm install
npm start

About

Ceci's Redux lecture! This is a basic follow-along example for the students of Hack Reactor Austin's cohort 30. In it, we will be creating a React application with Redux/React-Redux.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published