@gesdisc/components
v1.0.74
Published
## To develop
Downloads
26
Keywords
Readme
GES DISC Component Library
To develop
npm install
npm start
Storybook will run under: http://localhost:3000
To build for production
npm build
To test
npm test
- runs all tests
npm test -t gd-dashboard.spec.ts
- runs a specific component's tests