Boilerplate to react typeScript library bundle with Storybook Loki and Jest.
- Build React UI library
- Lint and formatting your code by Eslint and Prettier
- Unit tests and screenshots tests for your project
- Create project by
npx ts-rlb lib-name
- If you need edit
.env
file. - Start development by
npm run storybook
- Create your components in
src
folder - Build your project by
npm run build