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

https://github.com/rayhomie/reactcli

Create A React Project With webpack In TypeScript
https://github.com/rayhomie/reactcli

cli react reactjs typescript webpack

Last synced: 3 months ago
JSON representation

Create A React Project With webpack In TypeScript

Awesome Lists containing this project

README

          

# @rayhomie/reactcli

### install

```bash
npm install @rayhomie/reactcli -g
```
### check

```bash
# View version
reactcli -V
# or
reactcli --version

# for hlep
reactcli --help
```
### use

Open the terminal and enter the following to create the project
```bash
reactcli create your_project_name
```

### start

```bash
cd ./your_project_name
yarn ios
# or
yarn android
```