Reacteum command line tool.
It helps you to create new project based on React JS
$ npm install --global reacteum-cli
# or
$ yarn global add reacteum-cli
$ reacteum --help
$ reacteum new <<PROJECT_NAME>>
In project root, you can run the webpack dev server
$ reacteum develop
In project root, you can bundle the react application
$ reacteum bundle
In project root, you can run the express server
$ reacteum serve
$ reacteum transpile