0.2.0 • Published 2 years ago

felux-react v0.2.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

react-felux

Front-end library and UX Design System.

Maintainers

Usage

Application developers that want to consume this component should install the package using npm:

npm i
npm start

Development

ScriptDescription
npm installInstall the project dependencies; once installed npm run build is also executed
npm startStart the Storybook server and open ina browser
npm run buildCompile CSS and Javascript assets
npm run build-storyookCompile Storybook documentation and output to /docs
npm run testRun unit tests, stylelint, eslint and provide code coverage metrics
npm run test:debugRun Jest in a Node process so you can debug within your test suite. This will pass the --inspect-brk flag and the --runInBand cli option to Jest. Add a debugger; //eslint-disable-line statement to the line in the test file you would like to break on.
npm run test:unitRun unit tests only.
npm run test:styleRun linters to verify code meets the configured eslint settings
npm run test:coverageRun npm run test:unit and provide metrics about coveragenpm run upgrade-interactiveRun npm-check to identify available dependency updates