react-npm-boilerplate icon indicating copy to clipboard operation
react-npm-boilerplate copied to clipboard

Boilerplate for creating React Npm packages with ES2015

Results 3 react-npm-boilerplate issues
Sort by recently updated
recently updated
newest added

Apparently "prepublish" is changing in npm5 to only run on publish - http://blog.lholmquist.org/npm-prepublish-changes/. To keep this boilerplate working in npm5, it appears to be as simple as change "prepublish" in...

If you don't know about [rollup](https://github.com/rollup/rollup), I highly recommend having a look into it. It can output a much smaller distribution file than using babel directly. I've released a simple...

This is useful for when you want to create a repo for your new npm component, clone it down, and then bring in the starter files.