https://github.com/michaeljohnn/generator-reactwebpack4typescriptcomponent
a generator for component based on react & typescript & webpack4
https://github.com/michaeljohnn/generator-reactwebpack4typescriptcomponent
Last synced: over 1 year ago
JSON representation
a generator for component based on react & typescript & webpack4
- Host: GitHub
- URL: https://github.com/michaeljohnn/generator-reactwebpack4typescriptcomponent
- Owner: michaeljohnn
- Created: 2019-03-26T11:28:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-26T11:49:31.000Z (about 7 years ago)
- Last Synced: 2025-01-11T04:52:55.856Z (over 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## description
a scaffold generator for a component based on react & typescript & webpack4 project
## examples
```
npm install -g yo
npm install -g generator-reactwebpack4typescriptcomponent
mkdir reactwebpack4typescriptcomponent-example
cd reactwebpack4typescriptcomponent-example
yo reactwebpack4typescriptcomponent
```