generator-custom-react Installation First, install Yeoman and generator-custom-react using npm (we assume you have pre-installed node.js). npm install -g yo npm install -g generator-custom-react Then generate your new project: yo custom-react