An open API service indexing awesome lists of open source software.

https://github.com/rangle/tango-demo-repository


https://github.com/rangle/tango-demo-repository

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# `Radius Token Tango` example

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

## Using this example

Run the following command:

```sh
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](https://vitejs.dev) ts app to serve as an example of a documentation site
- `web`: another vanilla [vite](https://vitejs.dev) 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.json`s used throughout the monorepo

Each package and app is 100% [TypeScript](https://www.typescriptlang.org/).

This template does not exercise server-side rendering.