Skip to content

sergiubutnarasu/bruno-ui

Repository files navigation

Build With Stencil npm Build Status

Bruno UI Kit

Getting Started

run:

npm install
npm start

To watch for file changes during develop, run:

npm run dev

To build the component for production, run:

npm run build

To run the unit tests for the components, run:

npm test