kunalkhakar-shared
v3.1.1-alpha.3
Published
Shared components
Readme
Reusable Component Library
Testing
Note that jest and ts-jest dependency versions should match exactly as those of create-react-app in the myapp folder.
$ yarn test
$ yarn storybookLinting
$ yarn lintNote: Windows users need to remove the quotes from the lint command in package.json. So replace
"lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts*'",with
"lint": "tslint --project tsconfig.json -t codeFrame src/**/*.ts*",Building
$ yarn buildThe output is stored in the dist folder.
