0.0.0 • Published 3 years ago

react-library-boilerplate v0.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

react-library-boilerplate

license PRs welcome

Easily start building your React component library using this opinionated boilerplate.

Included tools:

  • Rollup and Babel for generating a bundle of your library in ES5
  • Storybook for testing the UI of your component interactively
  • ESLint and Husky for code linting

Usage

To create a new library, enter the following command in your terminal (and replace my-library with the name of your library):

npx react-library-boilerplate my-library

Navigate into the newly created project folder:

cd my-library

Start your development server:

npm start

Finally, open http://localhost:6006 to see your library in action.

0.0.0

3 years ago

1.0.3

3 years ago

1.0.2

6 years ago

1.0.1

3 years ago

1.0.0

3 years ago

0.1.0

7 years ago