more from here : http://yeoman.io/generators/

generator-react-webpack

github: https://github.com/newtriks/generator-react-webpack

  • Webpack
  • ES2015 via Babel-Loader
  • Different supported style languages (sass, scss, less, stylus)
  • Style transformations via PostCSS
  • Automatic code linting via esLint
  • Ability to unit test components via Karma and Mocha/Chai

installation

npm install -g yo
npm install -g generator-react-webpack
# Create a new directory, and `cd` into it:
mkdir my-new-project && cd my-new-project

# Run the generator
yo react-webpack

react-starter-kit

React Starter Kit is an opinionated boilerplate for web development built on top of Node.js, Express, GraphQL and React. Containing modern web development tools such as Webpack, Babel and Browsersync. Helping you to stay productive following the best practices. A solid starting point for both professionals and newcomers to the industry.

github: https://github.com/kriasoft/react-starter-kit