1
0
Fork 0
No description
Find a file
2025-08-20 14:24:57 +02:00
src missing files from previous commit 2025-08-20 14:24:57 +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 Updated readme 2025-08-06 10:32:25 +02:00
tsconfig.json React init (via bun) 2025-07-26 21:58:52 +02:00

This is a testing place for different react projects

  • Don't expect anything to work
  • Don't expect git best practices to be followed
  • Feel free to ask questions, if there is any of my code that doesn't make any sense
    • I'll answer when I have time
    • Answers may not be satisfying, or be good answers.
  • I am not a developer, and have no clue what I'm doing. "borrow" the code on your own risk

bun-react-template

Get bun: bun.com

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.