Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 529 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 529 Bytes

generator-react-jspmio

Yeoman generator for React and JSPM

Simple component generator for ReactJS + JSPM + JEST.

Getting Started

Install the generator:

npm install -g generator-react-jspmio

Then run the generator:

yo react-jspmio

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.