@rayhomie/reactcli
v0.1.1
Published
Create A React Project With webpack In TypeScript
Downloads
3
Readme
@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