Skip to content

Latest commit

 

History

History
45 lines (31 loc) · 855 Bytes

README.md

File metadata and controls

45 lines (31 loc) · 855 Bytes

TypeScript React Library Bundle

Boilerplate to react typeScript library bundle with Storybook Loki and Jest.


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

  1. Create project by
  npx ts-rlb lib-name
  1. If you need edit .env file.
  2. Start development by
  npm run storybook
  1. Create your components in src folder
  2. Build your project by
  npm run build