@folkehelseinstituttet/react-components
v6.0.0
Published
Frontend components made with react for use in FHI
Downloads
85
Readme
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.