0.0.1 • Published 5 years ago

diez-integration-test v0.0.1

Weekly downloads
6
License
-
Repository
-
Last release
5 years ago

diez-integration-test

This project was created with Diez.

What's in the box

The src directory contains source files for your Diez project. It is the living source of truth for your design system.

The examples directory contains example projects connected to your Diez project. Note that the example apps are only present for demonstration purposes, and can be safely removed.

.
├── src
└── examples
    ├── android
    ├── ios
    └── web

Quickstart

To quickly experience how Diez works, simply run yarn demo. This command will use Diez to compile a JavaScript SDK for your design system and link it to the example web project located in examples/web, then start the example web project in your browser.

Check out our Getting Started guide to learn more.