Conditions data visualization for CER.
- Make a copy of
.env.examplein root called.env - Set the URL for
MIDDLEWARE_PROXY_ADDRESSto a server with the GraphQL API
- The public apps2 server can be used if there's no development instance of the server
- Built Storybook points to apps2 for the GraphQL API, by default CORS will stop API requests
- Need to allow CORS for Storybook hosted domain on the GraphQL API server if hosting Storybook
- Install NPM dependencies
npm install - Run storybook
npm run storybook - Run preview
npm run verifyLazyLoad
- Linting:
npm run lint - Testing (all):
npm run test - Testing (target):
npm run test -- [PATH_TO_FILES] - Coverage Report:
npm run test:showcoverage