tagZero / libre

React/TypeScript component library starter pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

React/TypeScript component library starter pack

License:MIT License


Languages

Language:JavaScript 90.7%Language:TypeScript 9.3%