0.1.1 • Published 3 years ago

@rayhomie/reactcli v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

@rayhomie/reactcli

install

npm install @rayhomie/reactcli -g

check

# View version
reactcli -V
# or
reactcli --version

# for hlep
reactcli --help

use

Open the terminal and enter the following to create the project

reactcli create your_project_name

start

cd ./your_project_name
yarn ios 
# or
yarn android