Skip to content

msrafi/sld-ui

 
 

Repository files navigation

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:

git --version
node --version
npm --version

Run Locally

Clone the project

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

Go to the project directory

  cd sld-ui

Install dependencies

  npm install

To build library

  npm run build

To start storybook

  npm run storybook

To test the library

  npm run test 

👨‍💻 Author

👤 Ashish Kachhadiya

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 79.9%
  • MDX 19.2%
  • Shell 0.9%