Go to file
2025-10-02 14:05:17 -07:00
src OMG hairy 2025-10-02 14:05:17 -07:00
.gitattributes Initial commit 2025-09-25 20:17:27 -07:00
.gitignore Initial commit 2025-09-25 20:17:27 -07:00
build.ts Initial commit 2025-09-25 20:17:27 -07:00
bun-env.d.ts Initial commit 2025-09-25 20:17:27 -07:00
bun.lock editor 2025-09-26 16:16:09 -07:00
bunfig.toml emoji 2025-09-29 11:40:32 -07:00
CLAUDE.md Initial commit 2025-09-25 20:17:27 -07:00
package.json emoji 2025-09-29 11:40:32 -07:00
README.md Initial commit 2025-09-25 20:17:27 -07:00
tsconfig.json OMG hairy 2025-10-02 14:05:17 -07: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.2.22. Bun is a fast all-in-one JavaScript runtime.