1.0.2 • Published 5 years ago

reacteum-cli v1.0.2

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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