README
UUI Components
npm install
npm start
To build the component for production, run:
npm run build
To run the unit tests for the components, run:
npm test
To release a new version:
npm run build # and commit any changed files!
npm version patch
git push --tags
npm release