https://github.com/parassolanki/folder-tree-with-react
Folder tree structure with React, Typescript, TailwindCSS, Shadcn/UI.
https://github.com/parassolanki/folder-tree-with-react
react shadcn-ui tailwindcss typescript
Last synced: 3 months ago
JSON representation
Folder tree structure with React, Typescript, TailwindCSS, Shadcn/UI.
- Host: GitHub
- URL: https://github.com/parassolanki/folder-tree-with-react
- Owner: ParasSolanki
- Created: 2023-12-24T15:26:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-24T15:36:20.000Z (over 2 years ago)
- Last Synced: 2025-03-23T11:11:23.051Z (over 1 year ago)
- Topics: react, shadcn-ui, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 82 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folder tree with React
Folder tree structure with React, Typescript, TailwindCSS, shadcn/ui.
## Screenshots


## Installation
Install Dependencies.
```bash
pnpm install
```
## Run Locally
Start the dev server.
```bash
pnpm dev
```
For the linting.
```bash
pnpm lint
```
## Deployment
To build the project.
```bash
pnpm build
```
To run the build project.
```bash
pnpm preview
```