brucewpaul / reduxCounter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReduxCounter

This repo is for an Intro to Redux Workshop.

###Getting Started###

####Want to see the answers?##### Clone this repo, install dependencies, then start the gulp process with the following:

	> git clone https://github.com/rykuehn/reduxCounter.git
	> cd reduxCounter
	> npm install
	> npm start

####Step-By-Step?##### Clone this repo, install dependencies, then start the gulp process with the following:

  > git clone https://github.com/rykuehn/reduxCounter.git
  > cd reduxCounter
  > git checkout practice
  > npm install
  > npm start

About

License:MIT License


Languages

Language:JavaScript 88.2%Language:CSS 6.1%Language:HTML 5.7%