A minimal React dev environment.
$ git clone https://github.com/megaohms/react-laboratory.git
$ cd react-laboratory
$ npm install
$ npm start
Open your browser to http://localhost:8080
$ npm run build
then open /path/to/react-laboratory/index.html in your browser.