Files
create-react-app/packages/react-scripts
Gabriel Aumala 8f028ae4b5 Support node scripts in BROWSER (#1590)
* Support node scripts in BROWSER

Modify OpenBrowser.js to run node scripts specified with the BROWSER environment
variable . If the value of the BROWSER environment variable ends with '.js' a
child process is spawned to execute the script with node.js. Any
arguments passed to npm start are also passed to this script, as well as
the url where the app is served.
The command executed in the child process is:

node <pathToScript> [OPTIONS] <url>

Update User Guide.

* Tweak code style

* Pin dep

* Comment out 0.10 docs
2017-05-16 00:25:04 +01:00
..
2017-03-07 19:46:10 +00:00
2017-05-15 14:35:18 -04:00

react-scripts

This package includes scripts and configuration used by Create React App.
Please refer to its documentation: