React & TSX webapp with no package management or bundling. The src folder transpiles to www for a demo.
To watch for TypeScript changes and serve the app:
npm install -g typescript serve
tsc -w & serve -s www &
Changes will compile on save, but you will need to refresh the browser manually.
After transpiling with tsc, copy the contents of the www folder to a static file server, and you're done.
reactandreact-domlucide-reacttailwindcssshadcndependencies:clsx,zod,react-day-picker, etc@radix-ui/*@dnd-kit/*swr,wouter, andzustandin extras.min.jsuse-mask-input
See update/README.md for instructions on updating the included dependencies.