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.
npm install -g webpack webpack-dev-serverInstall Webpack & Webpack Dev Server globally on your machine (you need this to build the application)npm installInstall application dependenciesnpm start& visitlocalhost:8080in your preferred browser
- Webpack
- Babel
- React.js