bunee-ui
v0.0.1
Published
Interactive UI component dev & test: React
Downloads
4
Readme
Bunee UI
Interactive UI component dev & test: React
How to run
Clone this repository and cd ui
The first time you need run
yarn && yarn build
To run project
yarn bootstrap && yarn start
if yout development components or new component you nedd run this in other terminal tab
yarn start:watch
to publish in npm
export NPM_TOKEN=token-bunee-dev-npm
yarn deploy