This project is a small TypeScript + Webpack exercise.
It demonstrates how to:
- Define a TypeScript interface for a
Student
. - Create an array of students.
- Dynamically generate a HTML table using vanilla JavaScript to display:
- The first name
- The location of each student.
- TypeScript
- Webpack 4
- ESLint