th0rin-library
v2.0.12
Published
Boilerplate code for a simple, lightweight and performant react npm package. You can read a step-by-step guide of how to create your own package [here](https://www.codifytools.com/blog/publish-react-npm-package).
Downloads
3
Maintainers
Readme
React Package Boilerplate
Boilerplate code for a simple, lightweight and performant react npm package. You can read a step-by-step guide of how to create your own package here.
Features
- Babel for modern JavaScript and JSX transpilation
- Rollup for build
- Bundle generated in
cjs
andesm
formats - Storybook for local development
Commands
npm install
- install project dependenciesnpm run storybook
- start local development environment.npm run build
- build package intodist/
foldernpm publish
- publish your package to npm.
License
MIT license, Copyright (c) Juan Pablo Mejia Duque. For more information see LICENSE
.