README
generator-react-boiler
Simple component generator for ReactJS + Flux + Alt + JEST.
Getting Started
Install the generator:
npm install -g generator-react-boiler
Then run the generator:
yo react-boiler
Running a JEST test
Tests are located in __tests__
directory
npm test
... and follow the prompts.
Feedback?
I'd love to hear it. Open an issue or submit a PR.