Skip to content

UI components with mono repo using React, Typescript, Lerna

License

Notifications You must be signed in to change notification settings

lptai/react-ui-kit

Repository files navigation

How to set up project

  1. Bootstrap workspace. Run $ yarn boot
  2. Add a new component. Run $ yarn create-pkg
  3. To build all components. Run $ yarn build
  4. To start with storybook. Run $ yarn storybook
  5. To inscrease version.
    1. Commit new change
    2. Run $ yarn publish
      1. Auto trigger $ yarn prerelease
      2. Auto trigger $ lerna publish -> inscrease version
      3. git Pushing tags...
      4. publish Publishing packages to npm...

TODO

tyme-004944577623.d.codeartifact.eu-west-1.amazonaws.com

aws codeartifact login --profile taile --tool npm
--domain "tyme" --domain-owner "004944577623"
--repository "react-ui-kit"

aws codeartifact login --profile sandbox --tool npm
--domain "tyme"
--repository "react-ui-kit"

Set registry

$ npm config set registry https://registry.npmjs.org/ $ npm login

  • type username : phuctaile
  • type password :
  • type email :

About

UI components with mono repo using React, Typescript, Lerna

Resources

License

Stars

Watchers

Forks

Packages

No packages published