This repo is a starting point for creating react components and library
npm run commit
: Commit conventionallynpm run build
: - Build the component/lib.npm run build:watch
- Watch for changes and build.npm run test
- Run tests.npm run test:watch
- Watch for changes and test.npm run prettify
- Run prettier.npm run lint
- Run eslint.npm run lint:fix
- Fix eslint errors.