React, TypeScript
git repo: https://dev.azure.com/buffiniandcompany/BuffiniAndCompany/_git/buffini_ui
site: https://buffiniandcompany.blob.core.windows.net/buffini-ui/index.html#/
npm install
-
npm start
- this will run the project onhttp://localhost:8000/#/
- Commit code changes to a feature branch
- Execute
npm version patch
to bump the package version up (i.e. 1.0.0 to 1.0.1) - Push your feature branch and submit a PR
- After the pipeline is done, the docs will be published to a Blob storage folder (https://buffiniandcompany.blob.core.windows.net/buffini-ui/index.html) and the library will be published to NPM as a public package.