Go to file
2026-01-24 12:39:28 +09:00
__test__ init 2026-01-24 11:15:38 +09:00
src update logo 2026-01-24 12:39:28 +09:00
.gitignore init 2026-01-24 11:15:38 +09:00
bun-env.d.ts init 2026-01-24 11:15:38 +09:00
bun.lock init 2026-01-24 11:15:38 +09:00
bunfig.toml init 2026-01-24 11:15:38 +09:00
docker-compose.yml add compose file 2026-01-24 11:57:01 +09:00
dockerfile add dockerfile 2026-01-24 11:54:58 +09:00
package.json init 2026-01-24 11:15:38 +09:00
README.md init 2026-01-24 11:15:38 +09:00
tsconfig.json init 2026-01-24 11:15:38 +09:00

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