Migrate server to TypeScript and add React + Tailwind UI #2
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
DaBluLite/naviload!2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "copilot/refactor-app-to-typescript"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactor the app to use TypeScript across the server and replace the inline HTML UI with a React + Tailwind frontend. This modernizes the stack while keeping the existing upload workflow intact.
Server (TypeScript + build pipeline)
server.jswithsrc/server.ts, add TS build output todist/, and update scripts to build/run the compiled server.Client (React + Tailwind)
/uploadduring local dev.Docs & project structure
Example (typed upload handler):