1.0.0 • Published 3 years ago

@tag0/libre v1.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
3 years ago

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.

Usage

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

Please see other npm scripts in package.json