reacteum-cli

1.0.2 • Public • Published

reacteum-cli

Reacteum command line tool.

It helps you to create new project based on React JS

Install

$ npm install --global reacteum-cli
# or
$ yarn global add reacteum-cli

How to use

$ reacteum --help

New

$ reacteum new <<PROJECT_NAME>>

Develop

In project root, you can run the webpack dev server

$ reacteum develop

Bundle

In project root, you can bundle the react application

$ reacteum bundle

Serve

In project root, you can run the express server

$ reacteum serve

Transpile

$ reacteum transpile

/reacteum-cli/

    Package Sidebar

    Install

    npm i reacteum-cli

    Weekly Downloads

    3

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    6.86 kB

    Total Files

    5

    Last publish

    Collaborators

    • wonism