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