@harshal.farmsetu/setu-web-library
TypeScript icon, indicating that this package has built-in type declarations

0.0.0 • Public • Published

Setu Web Library

This web library will have the following:

  1. UI Components
  2. UI logic
  3. Business Logic

Installation

Please follow the following steps to get started with developing the project locally.

1. Clone the repository

Clone the repository with the following command and setup the .env or .env.local file.

 git clone https://bitbucket.org/farmsetu/setu-web-library.git

2. Install the dependencies

To install all the project dependencies, run the following command:

yarn install  // or npm install

3. Run Storybook

To view the components in a sandbox, run the following command:

yarn storybook

Testing

You can run the tests with the following command:

yarn test-storybook

Build Project

You can build the library with the following command:

yarn build

Technology stack

  1. React - UI development library
  2. Vite - Build tool
  3. TypeScript - For static typing
  4. Storybook - For component development, documentation and testing

Readme

Keywords

none

Package Sidebar

Install

npm i @harshal.farmsetu/setu-web-library

Weekly Downloads

0

Version

0.0.0

License

ISC

Unpacked Size

46.7 kB

Total Files

15

Last publish

Collaborators

  • harshal.farmsetu