项目作者: anderconal

项目描述 :
Testing React with Redux application with Mocha and Chai
高级语言: JavaScript
项目地址: git://github.com/anderconal/ReactReduxTesting.git
创建时间: 2017-02-14T15:27:28Z
项目社区:https://github.com/anderconal/ReactReduxTesting

开源协议:MIT License

下载


ReactReduxTesting

From Advanced React and Redux Udemy’s course by Stephen Grider.

Getting Started

Familiar with Git?

Checkout this repo, install dependencies, then start the gulp process with the following:

  1. > git clone https://github.com/anderconal/ReactReduxTesting.git
  2. > cd ReactReduxTesting
  3. > npm install
  4. > npm start

Want to let the tests running?

  1. > npm run test:watch