https://github.com/siemens/ix-starter
Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
https://github.com/siemens/ix-starter
example frontend ix starter
Last synced: 3 months ago
JSON representation
Siemens Industrial Experience is a design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
- Host: GitHub
- URL: https://github.com/siemens/ix-starter
- Owner: siemens
- License: mit
- Created: 2023-10-12T19:55:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-06-12T03:22:52.000Z (7 months ago)
- Last Synced: 2025-06-13T13:42:53.277Z (7 months ago)
- Topics: example, frontend, ix, starter
- Language: TypeScript
- Homepage: https://siemens.github.io/ix-starter/react-starter/
- Size: 6.23 MB
- Stars: 9
- Watchers: 3
- Forks: 8
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# Siemens Industrial Experience Starter Apps
[](./LICENSE.md)
iX is an open-source design system for designers and developers, to consistently create the perfect digital experience for industrial software products.
Main Repository
-
Quickstart
-
Documentation
-
Community
## What's inside?
This Turborepo includes the following packages/apps:
| Name | Description | Deploy |
|---------------|------------------------------------------------------------|--------|
| react-starter | Example application to show some features of the framework | [](https://stackblitz.com/github/siemens/ix-starter/tree/main/apps/react-starter) |
### Utilities
This Turborepo has some additional tools already setup for you:
- [TypeScript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Prettier](https://prettier.io) for code formatting
### Build
To build all apps and packages, run the following command:
```
pnpm build
```
### Develop
To develop all apps and packages, run the following command:
#### React
```
pnpm dev --filter ix-react-starter
```
## Useful Links
Learn more about the power of Turborepo:
- [Tasks](https://turbo.build/repo/docs/core-concepts/monorepos/running-tasks)
- [Caching](https://turbo.build/repo/docs/core-concepts/caching)
- [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching)
- [Filtering](https://turbo.build/repo/docs/core-concepts/monorepos/filtering)
- [Configuration Options](https://turbo.build/repo/docs/reference/configuration)
- [CLI Usage](https://turbo.build/repo/docs/reference/command-line-reference)