Install the dependencies:
bun install
Start the development server with HMR:
bun --bun run dev
Your application will be available at http://localhost:5173
.
Create a production build:
bun run build
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.