2.146.0 โ€ข Published 8 months ago

@devopness/ui-react v2.146.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 months ago

Devopness UI - React

The official Devopness UI components for React

Dependencies

This component library uses:

  • โš›๏ธ React โ€” JavaScript library for user interfaces
  • ๐Ÿ“– Storybook โ€” Frontend workshop for UI development
  • ๐Ÿ’… Styled Components - CSS-in-JS library for styling components
  • โšก Vite โ€” The build tool for the web
  • ๐Ÿ“ฆ SWC (Speedy Web Compiler) โ€” Rust based compiler used to speed up Vite dev server
  • ๐Ÿงช Vitest โ€” Vite-native testing framework
  • ๐Ÿ™ React Testing Library - A light-weight solution for testing React components

As well as a few others tools configured:

Development & Testing

Installing on Linux or macOS systems.

1. Navigate to the project directory

cd packages/ui/react/

2. Install missing dependencies

This command will install all modules listed as dependencies in package.json.

npm install

3. Build UI package

npm run build

4. Run tests

npm run test

5. Run storybook

npm run storybook