Easily create webpack react projects
$ npm install -g webpack-react-generator
Create the app:
$ react example
Install dependencies:
$ npm i
Start your Webpack React App on dev-server
$ npm start
This package also provides TypeScript functionality.
-t, --typescript construct the view with tsx.