https://github.com/korbinzhao/generator-reactwebpack4
a generator based on react and webpack 4
https://github.com/korbinzhao/generator-reactwebpack4
Last synced: 24 days ago
JSON representation
a generator based on react and webpack 4
- Host: GitHub
- URL: https://github.com/korbinzhao/generator-reactwebpack4
- Owner: korbinzhao
- Created: 2018-07-31T05:20:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-09-29T02:16:11.000Z (over 5 years ago)
- Last Synced: 2025-04-30T07:03:01.485Z (25 days ago)
- Language: JavaScript
- Size: 322 KB
- Stars: 0
- Watchers: 2
- 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 & webpack4 project## examples
```
npm install -g yo
npm install -g generator-reactwebpack4componentmkdir reactwebpack4component-example
cd reactwebpack4component-exampleyo reactwebpack4component
```