# cryptocom-react-cli

> It's a quick tool to help you build a react project with one command

## Usage

### Install

```bash
npm install -g cryptocom-react-cli
```

or

```bash
yarn global add cryptocom-react-cli
```

### Create your project

```bash
cryptocom-react-cli init [name]
```
