Skip to content

A basic ToDo app w/ multiple examples of testing practices

Notifications You must be signed in to change notification settings

nerdgrass/react-testing-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Testing Comparison

The goal of this repository is to compare and contrast various types of testing strategies with React.js. This is loosely based off of the Flux ToDoMVC example.

Installation

  1. npm install -g webpack webpack-dev-server Install Webpack & Webpack Dev Server globally on your machine (you need this to build the application)
  2. npm install Install application dependencies
  3. npm start & visit localhost:8080 in your preferred browser

Built with

  • Webpack
  • Babel
  • React.js

About

A basic ToDo app w/ multiple examples of testing practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published