InternX Component Library
Overview
This is the component library for InternX
How to get started
Clone the repo
git clone https://theinternx@bitbucket.org/theinternx/ix-component-library.git
Install dependencies
npm install
Run Storybook
npm run storybook
Getting started building components
There are two main parts to the application. The first is where we build the components.
this is located at /src/components
.
The second part the application is where we display the components we built. This application uses
a tool called Storybook https://storybook.js.org/ to display components. After you run the command to start Storybook,
should navigate to localhost:9009
in your browser to see a lit of the components.