- 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
$ git clone https://github.com/aclearworld/react-component-library-boilerplate.git <your-library-name>
$ cd <your-library-name>
$ rm .git/ -rf
$ npm ci
- edit
LICENSE
- edit
package.json
fileds as you want- name
- description
- private
- repository
- keywords
- author
- license
- bugs
- homepage
- edit
README.md
$ npm run start