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

https://github.com/michaeljohnn/generator-reactwebpack4typescript

a scaffold generator for react & typescript & webpack4 project
https://github.com/michaeljohnn/generator-reactwebpack4typescript

Last synced: over 1 year ago
JSON representation

a scaffold generator for react & typescript & webpack4 project

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-reactwebpack4typescript

mkdir reactwebpack4typescript-example
cd reactwebpack4typescript-example

yo reactwebpack4typescript

```