Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 401 Bytes

README.md

File metadata and controls

16 lines (8 loc) · 401 Bytes

Fhi.Frontend.ReactComponents

Contains frontend React components used by FHI

Development

Run npm start to start storybook, this will let you view the components during development

Build

Run npm run build to build the project. The build artifacts will be stored in the dist/ directory.

Running unit tests

Run npm test to execute the unit tests via Jest.