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
- Host: GitHub
- URL: https://github.com/ashish-simform/sld-ui-lib
- Owner: ashish-simform
- License: mit
- Created: 2023-09-12T05:27:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T10:42:28.000Z (9 months ago)
- Last Synced: 2024-11-16T07:17:46.888Z (5 months ago)
- Language: TypeScript
- Homepage: https://sld-ui-storybook.netlify.app/
- Size: 274 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - ashish-simform/sld-ui-lib - A component library (TypeScript)
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 greaterAll 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])