react-ab-test
Version:
A/B testing React components and debug tools. Isomorphic with a simple, universal interface. Well documented and lightweight. Tested in popular browsers and Node.js. Includes helpers for Mixpanel and Segment.com.
15 lines (11 loc) • 667 B
Markdown
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
<h1>Table of Contents</h1>
- [Running this example](#running-this-example)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
### Running this example
1. Clone the [react-ab-test repository](https://github.com/pushtell/react-ab-test)
2. Change to the [./example/browser](https://github.com/pushtell/react-ab-test/tree/master/example/browser) directory
2. Run `npm install` to install dependencies
3. Run `npm start`
4. Open [http://localhost:8080](http://localhost:8080) in your browser