https://github.com/rangle/tango-demo-repository
https://github.com/rangle/tango-demo-repository
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rangle/tango-demo-repository
- Owner: rangle
- Created: 2024-10-08T12:34:38.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-24T00:30:34.000Z (over 1 year ago)
- Last Synced: 2024-10-24T14:13:57.276Z (over 1 year ago)
- Language: CSS
- Size: 957 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.