1.5.1 • Published 6 years ago
@smarterbalanced/sb-components v1.5.1
Smarter Balanced Components
For use in Smarter Balanced
Getting Started
Install sb-components using npm:
npm install --save @smarterbalanced/sb-componentsTypings
Included in lib
Usage
- Our github pages site for this repo will link you to storybook, the project documentation, and component documentation. Access it here
Scripts
npm installto setup development environment.npm run storybookto launch the live demo.npm run testto run snapshot testsnpm run test:prodto run tests with no cachenpm run test -- -uto update snapshot tests with new results (commit the .snap files).npm run storybook-publishto publish storybook to gh-site/storybooknpm run tsdoc-publishto publish TypeScript docs to gh-site/tsdocnpm run prepareto determine if a npm publish would succeednpm run webpackto run dev webpack outputs to libnpm run webpack:prodto run production webpack outputs to lib