An open API service indexing awesome lists of open source software.

https://github.com/ashish-simform/sld-ui-lib

A component library
https://github.com/ashish-simform/sld-ui-lib

Last synced: 4 months ago
JSON representation

A component library

Awesome Lists containing this project

README

        

# SLD-UI

A component library with React, Typescript and Storybook.

## Getting Started

### System Requirements

- git v2.13 or greater
- nodejs `14 || 16 || 18`
- npm v8.16.0 or greater

All of these must be available in your `PATH`. To verify things are set up
properly, you can run this:

```shell
git --version
node --version
npm --version
```

### Run Locally

Clone the project

```bash
https://github.com/ashish-simform/sld-ui-lib.git
```

Go to the project directory

```bash
cd sld-ui-lib
```

Install dependencies

```bash
npm install
```

To build library

```bash
npm run build
```

To start storybook

```bash
npm run storybook
```

To test the library

```bash
npm run test
```

## 👨‍💻 Author
### 👤 Ashish Kachhadiya
- Github: [@ashish](https://github.com/ashishkk22)
- Mail: [ashish kachhadiya](mailto:[email protected])