A generator for React APP with Webpack
First, install Yeoman and generator-react-app using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g @lenconda/generator-react-app
yo @lenconda/react-app
Go to https://github.com/lenconda?tab=repositories&q=yo-boilerplate-react-, find an appropriate template, and get the name without yo-boilerplate-react-
prefix, and input into the CLI interface.
MIT © Lenconda