Skip to content

dceddia/getting-started-with-tdd-in-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started with TDD in React

This is the companion repository for the Getting Started with TDD in React tutorial at Semaphore CI.

Follow along with the tutorial for maximum benefit, and clone this repo to check your work.

To get started:

  • Clone this repo.
  • Run npm install
  • Run npm install -g quik
  • Run npm install -g mocha

Then:

  • npm test to run the tests
  • quik to run the app

The commit history follows the flow of the tutorial. If you get stuck at any point, run git log and then git checkout <hash> the commit closest to where you are.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published