A little server to share react components.
Inspired by: http://blog.vjeux.com/2015/javascript/challenge-best-javascript-setup-for-quick-prototyping.html. This a toy - and you should probably use JSBin instead.
$ git clone https://github.com/jdan/reactme
$ cd reactme
$ npm install
$ npm start
$ open http://localhost:3000/Name.jsx
MIT