An open API service indexing awesome lists of open source software.

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

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

```