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

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

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

```