/TestDrivenBasics

Repo to test and learn basics of Test Driven Development

Primary LanguageJavaScript

Repo setup to learn the basics of Test Driven Development

Initial boilerplate fetched from:

	> git clone git@github.com:StephenGrider/ReduxSimpleStarter.git
	> cd ReduxSimpleStarter
	> npm install
	> npm start