Skip to content

samelogic/microsurveys

Repository files navigation

CI

Microsurveys

React Microsurveys

Install the main package:

npm install --save @samelogic/react-microsurveys

Install the peer dependencies:

npm install @mui/material @emotion/react @emotion/styled

Development

This is a monorepository of all the UI code for the Samelogic Microsurvey components.

It uses NX as the build system.

Visit the NX Documentation to learn more.

Install

npm i

Build

nx build

Unit Tests

There are no working test in this repository at the moment but we can run those jest tests via:

nx test

Storybook

We can start storybook for the main react-microsurveys lib by running:

nx storybook

You can run storybook for each individual libraries such as:

Client

nx storybook react-microsurveys-client

Editor

nx storybook react-microsurveys-editor