Skip to content

A boilerplate for building React libraries with rollup.js

License

Notifications You must be signed in to change notification settings

romerorocha/react-lib-boilerplate

Repository files navigation

React Library Boilerplate

This is a boilerplate for building React libraries with rollup.js.

Default Config

  • React
  • TypeScript
  • Jest & React Testing Library
  • Prettier, ESLint & EditorConfig
  • Storybook

Tools

  • Node.js >= 14.x
  • Yarn >= 1.22.x

Scripts

  • clean: Remove build output files
  • test: Run all tests
  • test:watch: Run all tests (watch mode)
  • coverage: Assess project's test coverage
  • build: Build Rollup bundle,
  • storybook: Run Storybook locally
  • build-storybook: Build Storybook's files for static docs deployment

About

A boilerplate for building React libraries with rollup.js

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published