tnks-data-table

(β˜… 243)

Advanced data table component with server-side operations using Hono.js, Drizzle ORM, and PostgreSQL

  • .eslintrc.json
  • .gitignore
  • .gitpod.yml
  • bun.lock
  • CHANGELOG.md
  • CODE_QUALITY_REPORT.md
  • components.json
  • DOCUMENTATION.md
  • drizzle.config.ts
  • example.env
  • LICENSE
  • next.config.ts
  • package.json
  • pnpm-lock.yaml
  • postcss.config.mjs
  • PROGRESS-REPORT.md
  • README.md
  • registry.json
  • resource.md
  • SUBROW-TODO.md
  • TASK.md
  • todo.md
  • tsconfig.json
  • vercel.json

# Installation Guide

1. Get the code
git clone https://github.com/jacksonkasi1/tnks-data-table

Downloads the entire project code from GitHub to your computer.

cd tnks-data-table

Moves into the project folder you just downloaded.

2. Node.js

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Node.js Node.js must be installed to use npm. The LTS version is recommended.
npm install

Downloads and installs the libraries listed in package.json.

npm run registry:build

Type this command into your terminal and run it.

npm run dev

Starts the development/run server.

npm install @tanstack/react-table @tanstack/react-query @hookform/resolvers react-hook-form zod sonner date-fns date-fns-tz xlsx class-variance-authority clsx tailwind-merge lucide-react

Downloads and installs the libraries listed in package.json.

npm install @radix-ui/react-avatar @radix-ui/react-checkbox @radix-ui/react-dialog @radix-ui/react-dropdown-menu @radix-ui/react-icons @radix-ui/react-label @radix-ui/react-popover @radix-ui/react-select @radix-ui/react-separator @radix-ui/react-slot

Downloads and installs the libraries listed in package.json.

βœ… After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.

Pulled directly from this repo's README.

// repository documentation