- 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
distdirectory - 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.jsonfileds as you want- name
- description
- private
- repository
- keywords
- author
- license
- bugs
- homepage
- edit
README.md
$ npm run start