If you cloned the ReactN GitHub repo, the following are the scripts:
yarn build
will build a production-ready node module.
yarn dev
will hot reload a development mode node module.
ReactN is not a standalone application. It is a package to be used in an application that you build yourself. You would treat it as you would React itself.