Skip to content

tchak/turbo-table

Repository files navigation

Turbo Table

Features

Getting Started

Installation

Install the dependencies:

bun install

Development

Start the development server with HMR:

bun --bun run dev

Your application will be available at http://localhost:5173.

Building for Production

Create a production build:

bun run build

Deployment

DIY Deployment

If you're familiar with deploying Node applications, the built-in app server is production-ready.

Make sure to deploy the output of bun run build

├── package.json
├── bun.lock
├── build/
│   ├── client/    # Static assets
│   └── server/    # Server-side code

Built with ❤️ using React Router, React Table and React Aria Components.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages