Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.06 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.06 KB

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