Reactor is a web application that allows a web designer easily create reusable React design systems.
First, you should clone the repo and install the dependencies.
$ git clone git@github.com:mgustin12/reactor.git
$ cd reactor
$ npm installThen, launch the Reactor
$ npm startYou should see a new browser tap opening and a title of "Reactor" in http://127.0.0.1:8080.
MIT