bunee-ui
v0.0.1
Published
Interactive UI component dev & test: React
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 buildTo run project
yarn bootstrap && yarn startif yout development components or new component you nedd run this in other terminal tab
yarn start:watchto publish in npm
export NPM_TOKEN=token-bunee-dev-npm
yarn deploy