Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 913 Bytes

File metadata and controls

51 lines (31 loc) · 913 Bytes

rollup-lerna-react-components-template

This project skeleton was created to help people get started with creating their own React component library using:

It also features:

Development

Debug

npm run dev

This will start the examples page, you can write your demo there to debug the components.

Build

# build all components
npm run build

# build all components and a main libary including all components
npm run build:all

Test

npm run test

npm run test:watch

Publish

npm run pub