Yeoman.io
*From: Wikipedia: https://en.wikipedia.org/wiki/Yeoman_(computing)
An open source client-side development stack, consisting of tools and frameworks intended to help developers quickly build high quality web applications. Yeoman runs as a command-line interface written for Node.js and which combines several functions into one place, such as generating a starter template, managing dependencies, running unit tests, providing a local development server, and optimizing production code for deployment.
see available generators
npm search yeoman-generator
install generator
npm install [name]
# npm install -g generator-react-fullstack
see interesting generators here: http://yeoman.io/generators/