Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 

README.md

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');

About

Plop generator for React and Redux

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.