1.4.0 • Published 5 years ago
@lego-ds/react v1.4.0
Lego.ds is an open-source Design System project based on building blocks to create an amazing cross-platform digital experiences.
Documentation 🚧 (Under Construction)
Lego.ds is documented at Lego.ds Documentation.
Architecture
Our codebase is a monorepo and individually versioned libraries. Here's an overview of our packages:
Package | Version | Size |
---|---|---|
@lego-ds/core | ||
@lego-ds/react | ||
@lego-ds/tokens |
Bootstraping
git clone [project]
yarn bootstrap
Staring and lauching all example-apps
yarn dev
This command will launch all lab-apps (Stencil, Angular, Vue, React) in development mode with hot-reloading enabled, then you can open in your web browser and start the development, all changes in the packages/components will reflect automatcally in all lab-apps. 🚀
App | Package | Host |
---|---|---|
Stencil | packages/core | http://localhost:3003/ |
React | packages/examples/with-react | http://localhost:3000/ |
Vue | packages/examples/with-vue | http://localhost:3001/ |
Angular | packages/examples/with-angular | http://localhost:3002/ |