Right now react-server isn't easy to get started with.
It's missing big pieces that are provided by react-server-cli.
Proposal:
- Move
react-server to react-server-core.
- Pull the bulk of
react-server-cli into react-server
react-server exports startServer.js (as .start() or .run())
react-server-cli just becomes CLI for calling require('react-server').start().