Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.04 KB

File metadata and controls

21 lines (17 loc) · 1.04 KB

React Package Vite Boilerplate

Boilerplate code for a simple, lightweight, and performant react npm package.

npm bundle size npm bundle size npm downloads GitHub license

Features

  • Vite for build.
  • Bundle generated in umd and es formats.
  • Storybook for local development.

Commands

  • npm install - install project dependencies.
  • npm run storybook - start local development environment.
  • npm run build - build package into dist/ folder.
  • npm run npm:publish - publish your package to npm.

License

MIT license, Copyright (c) Juan Pablo Mejia Duque. For more information see LICENSE.