https://github.com/michaeljohnn/generator-reactwebpack4
a generator based on react and webpack 4
https://github.com/michaeljohnn/generator-reactwebpack4
Last synced: over 1 year ago
JSON representation
a generator based on react and webpack 4
- Host: GitHub
- URL: https://github.com/michaeljohnn/generator-reactwebpack4
- Owner: michaeljohnn
- Created: 2018-07-31T05:20:13.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-29T02:16:11.000Z (over 6 years ago)
- Last Synced: 2024-12-10T20:38:41.981Z (over 1 year ago)
- Language: JavaScript
- Size: 322 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 & webpack4 project
## examples
```
npm install -g yo
npm install -g generator-reactwebpack4component
mkdir reactwebpack4component-example
cd reactwebpack4component-example
yo reactwebpack4component
```