An open API service indexing awesome lists of open source software.

https://github.com/wonism/reacteum-cli


https://github.com/wonism/reacteum-cli

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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 <>
```

### 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
```