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
- Host: GitHub
- URL: https://github.com/jdan/reactme
- Owner: jdan
- License: mit
- Created: 2015-12-26T21:59:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-27T17:47:57.000Z (over 10 years ago)
- Last Synced: 2024-04-14T15:18:49.254Z (about 2 years ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 15
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## reactme
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.
### Try it out
```
$ git clone https://github.com/jdan/reactme
$ cd reactme
$ npm install
$ npm start
$ open http://localhost:3000/Name.jsx
```
### License
MIT