0.0.1 • Published 6 years ago

bunee-ui v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
6 years ago

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