diff --git a/boilerplates-and-starter-kits.md b/boilerplates-and-starter-kits.md index d75eccb..48c95dc 100644 --- a/boilerplates-and-starter-kits.md +++ b/boilerplates-and-starter-kits.md @@ -72,6 +72,9 @@ https://github.com/webyak/react-static-plate Build static sites with React to host on Amazon S3, Github Pages, Surge, etc. An interesting alternative to other static page generation tools. +- **React NPM Component Starter** + https://github.com/yogaboll/react-npm-component-starter + A minimal boilerplate project for building a React component library for NPM. #### Other @@ -144,4 +147,4 @@ - **How to set up React, Webpack 3, and Babel, in 2017** https://www.valentinog.com/blog/react-webpack-babel/ - A clear explanation of how to create a basic Webpack+Babel setup for a React app, with descriptions of why each step is necessary. \ No newline at end of file + A clear explanation of how to create a basic Webpack+Babel setup for a React app, with descriptions of why each step is necessary.