# frontend_components

A collection of reusable front end react components that is used across all product lines.

# To run the story book
npm run storybook

# To run a build
cd src/semantic
gulp build
cd ..
cd ..
npm run build
