README
generator-lumx-component
A Yeoman generator to generate a LumX React component (either functional or class) with the associated test file.
Installation
First, install Yeoman and generator-lumx-component using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-lumx-component
Then generate your new project:
yo lumx-component
MIT � LumApps