1.0.12 • Published 3 years ago
npm-package-github-actions v1.0.12
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.