TypeScript
Complete guide to host TypeScript applications on Discloud.
📁 Preparing the Files
❌ Files to Exclude
- package-lock.json
- node_modules/
- .cache/
- .git/⚙️ Project Setup for TypeScript
package.json (scripts)
tsconfig.json (minimal)
🌐 Hosting Websites & APIs with Express (TypeScript)
Express (TS) example
✍️ Deploying Your Application
🔎 Quick recap of TypeScript specifics on Discloud
Last updated