Skip to content

kotatu0047/react-component-library-boilerplate

Repository files navigation

react-component-library-boilerplate

includes

  • react
  • rollup
  • typescript
  • example demo pages build by react-styleguidist
  • CSS Modules
    • your any css files budled to build file
  • eslint
  • prettier
  • husky
  • jest and @testing-library/react
  • build scripts
  • include your license and dependencies license to dist directory
  • github actions
    • CI

usage

1. install

$ git clone https://github.com/aclearworld/react-component-library-boilerplate.git <your-library-name>
$ cd <your-library-name>
$ rm .git/ -rf
$ npm ci

2. edit LICENSE, package.json, README.md

  • edit LICENSE
  • edit package.json fileds as you want
    • name
    • description
    • private
    • repository
    • keywords
    • author
    • license
    • bugs
    • homepage
  • edit README.md

3. start devlopment

$ npm run start

4. enjoy your hacking!!

About

react-component-library-boilerplate

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published