2.0.0 • Published 4 years ago
steven-hofheins v2.0.0
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
cjsandesmformats - 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.