react-cli icon indicating copy to clipboard operation
react-cli copied to clipboard

Render React components through the command line

Results 3 react-cli issues
Sort by recently updated
recently updated
newest added

Granted, I'm very green with React, but including a simple example (or a couple of them), would be very helpful. I'm trying several different ways to make this work, but...

# [offical recommend ](https://facebook.github.io/react/docs/installation.html) ``` sh $ npm install --save react react-dom ``` ![react react-dom --save react react-dom](https://cloud.githubusercontent.com/assets/18028768/19646744/77d7a344-9a2d-11e6-8b63-438323c2f69a.png) # [my recommend ](https://github.com/xgqfrms-GitHub/react/blob/gh-pages/README.md) ``` sh $ npm install -g react-cli npm...

Hey there! I've been working on a project called Redux-CLI that doesn't really have a hard dependency on redux, it's more meant to be a universal react-cli. Was wondering if...