1.1.5 • Published 2 years ago
ts-rlb v1.1.5
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