react-cli
react-cli copied to clipboard
Render React components through the command line
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 ```  # [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...