Skip to content

Jitera/jitera-web-ui-library

Repository files navigation

Getting Started with Jitera Web UI Library

A public React library providing UI components and making it simple for you to build web application

Developments

In the project directory, you can run:

Runs the storybook in the development mode.
Open http://localhost:6006 to view it in the browser.

yarn storybook

Format Code

yarn lint
yarn format

Builds the app for publishing as NPM Package to the dist folder.

yarn build