ts-rlb
v1.1.5
Published
Typescript React Library Bundle. Work with storybook, loki and jest. Powered by Rollup
Readme
Tools
Features
- Build React UI library
- Lint and formatting your code by Eslint and Prettier
- Unit tests and screenshots tests for your project
Getting started
- Create project by
npx ts-rlb lib-name- If you need edit
.envfile. - Start development by
npm run storybook- Create your components in
srcfolder - Build your project by
npm run build