Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 482 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 482 Bytes

react-generator

Plop generator for React and Redux

Usage

  1. Install plop globally:

    yarn global add plop or npm install -g react-generator-templates

  2. Install react-generator-templates in your project:

    yarn add react-generator-templates or npm install react-generator-templates

  3. Create a plopfile.js in the root folder of your project, with the following content:

    module.exports = require('react-generator-templates');