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
- Host: GitHub
- URL: https://github.com/michaeljohnn/generator-reactwebpack4typescript
- Owner: michaeljohnn
- Created: 2019-03-29T12:01:17.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T04:33:35.000Z (about 7 years ago)
- Last Synced: 2025-01-11T04:52:51.669Z (over 1 year ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```