Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 779 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 779 Bytes

DEPRECATED

End of Life

This generator was an experiment to quickly create boilerplate components per the BC style in the early stages of the React project. It was later scrapped and is no longer in use.


generator-react-bc

A Yeoman generator for React modules, components, and redux boilerplate

Installation

First, install Yeoman and generator-react-bc using yarn (we assume you have pre-installed node.js).

yarn add global yo
yarn add global generator-react-bc

Then generate a module, component, and optionally redux boilerplate in your client code:

yo react-bc