Skip to content
/ libre Public

React/TypeScript component library starter pack

License

Notifications You must be signed in to change notification settings

tagZero/libre

Repository files navigation

LibRe

License

React component library starter template.

  • React 17+ component library settings
  • RollupJS
  • TypeScript
  • ESLint
  • Prettier
  • Jest
  • Testing-Library

Install

  • Install degit and use it to clone repo into the new directory.
npm install -g degit
degit tagzero/libre my-new-project
  • Update LICENSE.md and package.json files with your information. Add private: true to package.json if your repository is private.

Usage

  • Install
yarn
# OR
npm i
  • Run examples
yarn start
# OR
npm start

Please see other npm scripts in package.json