Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add "react-npm-component-starter" #84

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion boilerplates-and-starter-kits.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
A clear explanation of how to create a basic Webpack+Babel setup for a React app, with descriptions of why each step is necessary.