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

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.

Awesome Lists containing this project

README

          

# Folder tree with React

Folder tree structure with React, Typescript, TailwindCSS, shadcn/ui.

## Screenshots

![Folder Tree Dark](/file-tree.PNG)

![Folder Tree Light](/file-tree-light.PNG)

## 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
```