# React component library starter

## Installation

Run `npm install` in order to get all dependencies.

## Usage

1. Develop your library's components inside the `lib` folder.
2. Build the library bundle file with `npm run build`.
3. After that, you can add your newly created components to the test application inside the `src` folder.
4. Finally, by running `npm run dev`you can then see them in action in your favorite browser.
