Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 894 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 894 Bytes

Radius Token Tango example

This is an example of how to use the Radius Token Tango library.

Using this example

Run the following command:

pnpm install
pnpm run dev

What's inside?

This is a simple example of how to use the Radius Token Tango tool and the Radius Toolkit library.

Apps and Packages

  • docs: a vanilla vite ts app to serve as an example of a documentation site
  • web: another vanilla vite ts app to serve as an example of a web app
  • @repo/ui: a stub component & utility library that uses tokens exported by Radius Token Tango
  • @repo/eslint-config: shared eslint configurations
  • @repo/typescript-config: tsconfig.jsons used throughout the monorepo

Each package and app is 100% TypeScript.

This template does not exercise server-side rendering.