Create A React Project With webpack In TypeScript
npm install @rayhomie/reactcli``bash`
npm install @rayhomie/reactcli -g$3
`bash View version
reactcli -Vor
reactcli --version
$3
Open the terminal and enter the following to create the project
`bash
reactcli create your_project_name
`$3
`bash
cd ./your_project_name
yarn ios
or
yarn android
``