Plop generator for React and Redux
-
Install plop globally:
yarn global add plopornpm install -g react-generator-templates -
Install
react-generator-templatesin your project:yarn add react-generator-templatesornpm install react-generator-templates -
Create a
plopfile.jsin the root folder of your project, with the following content:module.exports = require('react-generator-templates');