Skip to content

folkehelseinstituttet/Fhi.Frontend.ReactComponents

Repository files navigation

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.