Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 827 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 827 Bytes

Shared Functionality and Components for GIG-Client Apps

Available Scripts

In the project directory, you can run:

npm run storybook

Runs the app in the development mode.
Open http://localhost:6006 to view React Components.

npm run test

  • To run test and publish commands you need to setup a local GIG server. Refer to [https://github.com/LSFLK/GIG] for more details.
  • Modify src/test-config/TestServer file to change the test server url.
  • An admin user account is required for testing:

Runs jest test on all components and functions in the terminal.

npm run build

Runs package build.

./npm_publish.sh

Build and Publish the library at @lsflk/gig-client-shared

Library Installation

npm install @lsflk/gig-client-shared