Introduction
Reactor is a static site generator based on React, it allows developers to use existing
knowledge from familiar framework such as React
and react-router
.
Getting Started
npm install -g reactor-js
reactor init <name>
cd <name> && npm install
reactor serve