iX is an open-source design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
This Turborepo includes the following packages/apps:
Name | Description | Deploy |
---|---|---|
react-starter | Example application to show some features of the framework |
This Turborepo has some additional tools already setup for you:
- TypeScript for static type checking
- ESLint for code linting
- Prettier for code formatting
To build all apps and packages, run the following command:
pnpm build
To develop all apps and packages, run the following command:
pnpm dev --filter ix-react-starter
Learn more about the power of Turborepo: