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
- Host: GitHub
- URL: https://github.com/rayhomie/reactcli
- Owner: rayhomie
- Created: 2021-06-13T04:23:49.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-13T04:45:08.000Z (about 5 years ago)
- Last Synced: 2025-02-01T13:36:17.031Z (over 1 year ago)
- Topics: cli, react, reactjs, typescript, webpack
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/@rayhomie/reactcli
- Size: 2.93 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```