Boilerplate code for a simple, lightweight, and performant react npm package.
- Babel for modern JavaScript and JSX transpilation.
- Vite for build.
- Bundle generated in
umd
andes
formats. - Storybook for local development.
-
npm install
- install project dependencies. -
npm run storybook
- start local development environment. -
npm run build
- build package intodist/
folder. -
npm run npm:publish
- publish your package to npm.
MIT license, Copyright (c) Juan Pablo Mejia Duque. For more information see LICENSE
.