No description
  • TypeScript 76.6%
  • CSS 20.6%
  • HTML 1.5%
  • Dockerfile 1.3%
Find a file
2026-07-13 14:53:10 -03:00
docker feat: docker to contain application 2026-07-13 14:53:10 -03:00
src Initial commit 2026-07-13 12:46:30 -03:00
styles Initial commit 2026-07-13 12:46:30 -03:00
.dockerignore feat: docker to contain application 2026-07-13 14:53:10 -03:00
.gitignore Initial commit 2026-07-13 12:46:30 -03:00
build.ts Initial commit 2026-07-13 12:46:30 -03:00
bun-env.d.ts Initial commit 2026-07-13 12:46:30 -03:00
bun.lock Initial commit 2026-07-13 12:46:30 -03:00
bunfig.toml Initial commit 2026-07-13 12:46:30 -03:00
components.json Initial commit 2026-07-13 12:46:30 -03:00
Dockerfile feat: docker to contain application 2026-07-13 14:53:10 -03:00
package.json Initial commit 2026-07-13 12:46:30 -03:00
README.md Initial commit 2026-07-13 12:46:30 -03:00
tsconfig.json Initial commit 2026-07-13 12:46:30 -03:00

bun-react-tailwind-shadcn-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.13. Bun is a fast all-in-one JavaScript runtime.