Skip to content
GenDecoder edited this page Feb 24, 2018 · 3 revisions

This boilerplate was made to be used for all those independent react components which goal is to:

  • Be published in npm as a package/lib.
  • Make use of GitHub pages.

Once stablished the goals, one logical consideration is:

The "build" script will not set the output code inside a "dist/build" folder, because there is no use for it, instead this output code will be set in the "docs" folder in order to deploy it in GitHub Pages.

When talking about dependencies generally the only one will be "react", almost everything will be devDependency.

Clone this wiki locally