1
0
Fork 0
No description
Find a file
Techognito fc84d8c479 GarageApp and wisher projects added
GarageApp set up with translation with i18n, this required changes to
routes in src/index.tsx
2025-08-06 10:17:09 +02:00
src GarageApp and wisher projects added 2025-08-06 10:17:09 +02:00
bun-env.d.ts React init (via bun) 2025-07-26 21:58:52 +02:00
bun.lock GarageApp and wisher projects added 2025-08-06 10:17:09 +02:00
bunfig.toml React init (via bun) 2025-07-26 21:58:52 +02:00
Dockerfile Fixed dockerfile 2025-07-27 12:44:42 +02:00
package.json GarageApp and wisher projects added 2025-08-06 10:17:09 +02:00
README.md React init (via bun) 2025-07-26 21:58:52 +02:00
tsconfig.json React init (via bun) 2025-07-26 21:58:52 +02: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.19. Bun is a fast all-in-one JavaScript runtime.