Skip to content

wonism/reacteum-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published