Skip to content

DenysVuika/react-lib

Repository files navigation

react-lib

Project template for a React library with TypeScript support

Features

Getting started

  • Clone the project or click "Use this template" button on GitHub
  • Update the package.json with your project details
  • Update README.md and CHANGELOG.md
  • Build the project: yarn build or npm run build
    • Validate output bundle size with yarn size or npm run size
  • Lint the project: yarn lint or npm run lint
  • Run unit tests: yarn test or npm test