2.146.0 โข Published 8 months ago
@devopness/ui-react v2.146.0
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:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
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