An open API service indexing awesome lists of open source software.

https://github.com/jdan/reactme

a little server to share react components
https://github.com/jdan/reactme

Last synced: about 1 year ago
JSON representation

a little server to share react components

Awesome Lists containing this project

README

          

## reactme

A little server to share react components.

![a screenshot containing a rendered nametag component on the left with its code on the right](http://i.imgur.com/5ncCzI9.png)

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.

### Try it out

```
$ git clone https://github.com/jdan/reactme
$ cd reactme
$ npm install
$ npm start
$ open http://localhost:3000/Name.jsx
```

### License

MIT