react/fixtures/dom
Nathan Hunzaker 19043236be Add exception for 16.alpha when loading React in DOM Fixtures (#11200)
The file structure was updated in 16. This wasn't the case for
alphas. We need to load the old module location for anything less than
16 RC.
2017-10-12 17:30:03 -04:00
..
public Cross-origin error handling in DEV (#10353) 2017-08-03 18:25:53 +01:00
src Add exception for 16.alpha when loading React in DOM Fixtures (#11200) 2017-10-12 17:30:03 -04:00
.gitignore Convert current build system to Rollup and adopt flat bundles (#9327) 2017-04-05 16:47:29 +01:00
README.md Update readme for DOM Fixtures 2017-01-06 17:14:50 -05:00
package.json Version bumps to use MIT license 2017-09-25 18:17:44 -07:00
yarn.lock Update version on dom fixtures (#10445) 2017-08-11 17:01:37 -07:00

README.md

DOM Fixtures

A set of DOM test cases for quickly identifying browser issues.

Setup

To reference a local build of React, first run npm run build at the root of the React project. Then:

cd fixtures/dom
npm install
npm start

The start command runs a script that copies over the local build of react into the public directory.