No description
  • TypeScript 89.3%
  • CSS 7.3%
  • HTML 3.4%
Find a file
2026-02-15 11:48:10 -05:00
src bun init 2026-02-15 11:48:10 -05:00
.gitignore bun init 2026-02-15 11:48:10 -05:00
build.ts bun init 2026-02-15 11:48:10 -05:00
bun-env.d.ts bun init 2026-02-15 11:48:10 -05:00
bun.lock bun init 2026-02-15 11:48:10 -05:00
bunfig.toml bun init 2026-02-15 11:48:10 -05:00
package.json bun init 2026-02-15 11:48:10 -05:00
README.md bun init 2026-02-15 11:48:10 -05:00
tsconfig.json bun init 2026-02-15 11:48:10 -05:00

bun-react-tailwind-template

To install dependencies:

bun install

To start a development server:

bun dev

To run for production:

bun start

This project was created using bun init in bun v1.3.9. Bun is a fast all-in-one JavaScript runtime.