carteb / carte-blanche

An isolated development space with integrated fuzz testing for your components. See them individually, explore them in different states and quickly and confidently develop them.
https://www.youtube.com/watch?v=6g3-TQ6aaw8
MIT License
1.5k stars 46 forks source link

Make hostname and port option of ReactPlugin work #161

Closed mxstbr closed 8 years ago

mxstbr commented 8 years ago

You can now start the ReactPlugin on different hostnames and ports:

new ReactPlugin({
  port: 6500,
  hostname: 'example.com',
})