0.2.0 • Published 4 years ago

@imagemarker/libre v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

libRe

React component library starter pack.

  • 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 imagemarker/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

License

The MIT License

Please see License File for more information.