Fluid UI components for modern React applications.
Fluidus UI is organized as a monorepo. There are a number of useful scripts:
npm start
- start Storybook
npm run start:boilerplate
- build and run Boilerplate application
npm run lint
- will lint all source files
npm run test
- will test all source files
npm run build
- will build all packages (Fluidus Core, Fluidus Tokens, Fluidus React)