Skip to content

jaylaw81/generator-react-jspmio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.