Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tglide/agnostic-tree
https://github.com/tglide/agnostic-tree
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/tglide/agnostic-tree
- Owner: TGlide
- License: other
- Created: 2023-11-20T23:14:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-28T19:50:19.000Z (about 1 year ago)
- Last Synced: 2024-10-14T08:45:14.175Z (3 months ago)
- Language: TypeScript
- Size: 629 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Agnostic Tree
This project contains a Tree component builder. It was made with an agnostic core, which is easily adaptable to different frameworks. To showcase this, it includes a website powered by Astro containing Tree components, implemented with Vanilla JS, Svelte, Solid and React.
## Preview
Firstly, make sure you have `pnpm` installed. Then, run the following commands:
```sh
pnpm i
pnpm run dev
```The preview will be available at `http://localhost:4321`.
# Credits
Done by [Thomas G. Lopes](https://thomaslopes.com)