https://github.com/IITC-College/react-ts-app

Goal

Containerize the provided React + TypeScript application using a production-grade Docker setup.

The entire application already exists.

Your task is only to:


Application Details

Item Value
Frontend React + TypeScript
Build Tool Vite
Build Output dist/
Runtime Server server.mjs
Runtime Port 8080

Part 1 — Analyze the Existing Project

Instructions

  1. Review the existing project structure.
  2. Identify:
  3. Verify the project works locally before containerizing it.

Part 2 — Create the Dockerfile